Skip to main content

Type Alias: ExternalTransaction

type ExternalTransaction: object;

The external transaction type.

Type declaration

authData

authData: Uint8Array;

chainId

chainId: number;

data

data: Uint8Array;

feeCredit?

optional feeCredit: bigint;

isDeploy

isDeploy: boolean;

maxFeePerGas?

optional maxFeePerGas: bigint;

maxPriorityFeePerGas?

optional maxPriorityFeePerGas: bigint;

seqno

seqno: number;

to

to: Uint8Array;

Defined

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