Interface: CeloTransaction
Common fields for all cryptocurrency transactions
Hierarchy
↳
CeloTransaction
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:38
family
• Readonly
family: "celo"
The family of the transaction
Overrides
Defined in
packages/core/lib/families/celo/types.d.ts:6
fees
• Optional
fees: BigNumber
Defined in
packages/core/lib/families/celo/types.d.ts:7
index
• Optional
index: null
| number
Defined in
packages/core/lib/families/celo/types.d.ts:8
mode
• mode: "send"
| "lock"
| "unlock"
| "withdraw"
| "vote"
| "revoke"
| "activate"
| "register"
Defined in
packages/core/lib/families/celo/types.d.ts:9
recipient
• recipient: string
The address of the transaction's recipient
Inherited from
Defined in
packages/core/lib/families/types.d.ts:42