@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?
optionaldata:string
Defined in: packages/core/src/wallet/types/index.ts:78
Transaction data
gasLimit?
optionalgasLimit: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?
optionalvalue:bigint
Defined in: packages/core/src/wallet/types/index.ts:76
Value to send (in wei)