Skip to main content
Version: v1

IEnvelope Interface

An envelope wraps the contents with the intended target

Signature

export interface IEnvelope

Properties

PropertyTypeDescription
addressstringThe target for the envelope
contentsanyThe contents of the envelope

Property Details

address

The target for the envelope

Signature

address: string;

Type: string

contents

The contents of the envelope

Signature

contents: any;

Type: any