Skip to main content

Type Alias: SendSyncBaseTransactionParams

type SendSyncBaseTransactionParams: object;

Type declaration

gas

gas: bigint;

maxFeePerGas

maxFeePerGas: bigint;

maxPriorityFeePerGas

maxPriorityFeePerGas: bigint;

seqno?

optional seqno: number;

to

to: Address | Uint8Array;

value

value: bigint;

Defined

@nilfoundation/niljs/src/contracts/SmartAccountV1/types/index.ts:73