Skip to main content

Type Alias: RequestParams

type RequestParams: object;

Represents the params for making a request to the smart account.

Type declaration

chainId?

optional chainId: number;

data

data: Uint8Array;

deploy

deploy: boolean;

feeCredit?

optional feeCredit: bigint;

maxFeePerGas?

optional maxFeePerGas: bigint;

maxPriorityFeePerGas?

optional maxPriorityFeePerGas: bigint;

seqno?

optional seqno: number;

Defined

@nilfoundation/niljs/src/smart-accounts/SmartAccountV1/types.ts:77