IEnvelope Interface
An envelope wraps the contents with the intended target
Signature
export interface IEnvelope
Properties
| Property | Type | Description |
|---|---|---|
| address | string | The target for the envelope |
| contents | any | The 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