tokentransfertransaction
@node-fi/sdk-core / Exports / TokenTransferTransaction
Interface: TokenTransferTransaction<TokenAmountShape>
Type parameters
Name | Type |
---|---|
TokenAmountShape | SerlializedTokenAmount |
Hierarchy
↳
TokenTransferTransaction
Table of contents
Properties
Properties
_type
Overrides
Defined in
packages/sdk-core/src/Transactions/types.ts:61
amount
• amount: TokenAmountShape
Defined in
packages/sdk-core/src/Transactions/types.ts:64
blockNumber
• blockNumber: number
Inherited from
TokenTransactionBase.blockNumber
Defined in
packages/sdk-core/src/Transactions/types.ts:48
contract
• contract: string
Inherited from
Defined in
packages/sdk-core/src/Transactions/types.ts:46
fromAddress
• fromAddress: string
Defined in
packages/sdk-core/src/Transactions/types.ts:63
timestamp
• timestamp: number
Inherited from
TokenTransactionBase.timestamp
Defined in
packages/sdk-core/src/Transactions/types.ts:47
toAddress
• toAddress: string
Defined in
packages/sdk-core/src/Transactions/types.ts:62
transactionHash
• transactionHash: string
Inherited from
TokenTransactionBase.transactionHash
Defined in
packages/sdk-core/src/Transactions/types.ts:49
valueInLocalCurrency
• Optional
valueInLocalCurrency: number