Interface: TronTransaction
Common fields for all cryptocurrency transactions
Hierarchy
↳
TronTransaction
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:40
duration
• Optional
duration: number
Defined in
packages/core/lib/families/tron/types.d.ts:10
family
• Readonly
family: "tron"
The family of the transaction
Overrides
Defined in
packages/core/lib/families/tron/types.d.ts:7
mode
• mode: "send"
| "claimReward"
| "freeze"
| "unfreeze"
| "vote"
Defined in
packages/core/lib/families/tron/types.d.ts:8
recipient
• recipient: string
The address of the transaction's recipient
Inherited from
Defined in
packages/core/lib/families/types.d.ts:44
resource
• Optional
resource: "BANDWIDTH"
| "ENERGY"
Defined in
packages/core/lib/families/tron/types.d.ts:9