Skip to Content

@cfxdevkit/core


@cfxdevkit/core / BatchTransaction

Interface: BatchTransaction

Defined in: packages/core/src/wallet/types/index.ts:70

Transaction Batching Types

Properties

addedAt

addedAt: Date

Defined in: packages/core/src/wallet/types/index.ts:84

Added timestamp


chain

chain: ChainType

Defined in: packages/core/src/wallet/types/index.ts:82

Chain type


data?

optional data: string

Defined in: packages/core/src/wallet/types/index.ts:78

Transaction data


gasLimit?

optional gasLimit: bigint

Defined in: packages/core/src/wallet/types/index.ts:80

Gas limit


id

id: string

Defined in: packages/core/src/wallet/types/index.ts:72

Unique identifier


to

to: string

Defined in: packages/core/src/wallet/types/index.ts:74

Target address


value?

optional value: bigint

Defined in: packages/core/src/wallet/types/index.ts:76

Value to send (in wei)