Skip to main content

Type Alias: ExternalMessage

type ExternalMessage: object;

The external message type.

Type declaration

authData

authData: Uint8Array;

chainId

chainId: number;

data

data: Uint8Array;

isDeploy

isDeploy: boolean;

seqno

seqno: number;

to

to: Uint8Array;

Defined

@nilfoundation/niljs/src/types/ExternalMessage.ts:6