Skip to main content

Interface: TransactionCommon

Common fields for all cryptocurrency transactions

Hierarchy

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

Defined in

packages/core/src/families/types.ts:47


family

family: "bitcoin" | "ethereum" | "algorand" | "crypto_org" | "ripple" | "cosmos" | "celo" | "hedera" | "filecoin" | "tezos" | "polkadot" | "stellar" | "tron" | "near" | "neo" | "elrond" | "cardano" | "solana"

The family of the transaction

Defined in

packages/core/src/families/types.ts:42


recipient

recipient: string

The address of the transaction's recipient

Defined in

packages/core/src/families/types.ts:51