Interface: ElrondTransaction
Common fields for all cryptocurrency transactions
Hierarchy
↳
ElrondTransaction
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/src/families/types.ts:47
data
• Optional
data: string
Defined in
packages/core/src/families/elrond/types.ts:12
family
• Readonly
family: "elrond"
The family of the transaction
Overrides
Defined in
packages/core/src/families/elrond/types.ts:10
fees
• Optional
fees: BigNumber
Defined in
packages/core/src/families/elrond/types.ts:13
gasLimit
• gasLimit: number
Defined in
packages/core/src/families/elrond/types.ts:14
mode
• mode: "send"
| "withdraw"
| "delegate"
| "reDelegateRewards"
| "unDelegate"
| "claimRewards"
Defined in
packages/core/src/families/elrond/types.ts:11
recipient
• recipient: string
The address of the transaction's recipient
Inherited from
Defined in
packages/core/src/families/types.ts:51