Type Alias: SendSyncMessageParams
type SendSyncMessageParams: object;
Represents the params for sending a message synchronously.
Type declaration
data?
optional data: Uint8Array | Hex;
gas
gas: bigint;
seqno?
optional seqno: number;
to
to: Address | Uint8Array;
value
value: bigint;