Interface: FilecoinTransaction
Common fields for all cryptocurrency transactions
Hierarchy
↳
FilecoinTransaction
Properties
amount
• amount: BigNumber
The amount of token to send in the transaction, denoted in the smallest cryptocurrency's magnitude For example in BTC, a tx with an 'amount' field of 1 will correspond to a tx corresponding to 0.00000001 BTC
Inherited from
Defined in
packages/core/lib/families/types.d.ts:39
data
• Optional
data: Buffer
Defined in
packages/core/lib/families/filecoin/types.d.ts:9
family
• Readonly
family: "filecoin"
The family of the transaction
Overrides
Defined in
packages/core/lib/families/filecoin/types.d.ts:7
gasFeeCap
• gasFeeCap: BigNumber
Defined in
packages/core/lib/families/filecoin/types.d.ts:14
gasLimit
• gasLimit: BigNumber
Defined in
packages/core/lib/families/filecoin/types.d.ts:13
gasPremium
• gasPremium: BigNumber
Defined in
packages/core/lib/families/filecoin/types.d.ts:15
method
• method: number
Defined in
packages/core/lib/families/filecoin/types.d.ts:10
nonce
• nonce: number
Defined in
packages/core/lib/families/filecoin/types.d.ts:8
params
• Optional
params: string
Defined in
packages/core/lib/families/filecoin/types.d.ts:12
recipient
• recipient: string
The address of the transaction's recipient
Inherited from
Defined in
packages/core/lib/families/types.d.ts:43
version
• version: number
Defined in
packages/core/lib/families/filecoin/types.d.ts:11