Constructors
constructor
- new Message(options): Message
Parameters
- options: {
address?: IAddress;
data: Uint8Array;
signature?: Uint8Array;
version?: number;
}Optional
address?: IAddress
data: Uint8Array
Optional
signature?: Uint8Array
Optional
version?: number
Properties
Optional
signature
signature?: Uint8Array
Address of the wallet that performed the signing operation.