tokenswaptransaction
@node-fi/sdk-core / Exports / TokenSwapTransaction
Interface: TokenSwapTransaction<TokenAmountShape>
Type parameters
Name | Type |
---|---|
TokenAmountShape | SerlializedTokenAmount |
Hierarchy
↳
TokenSwapTransaction
Table of contents
Properties
Properties
_type
• _type: SWAP_TRANSACTION
Overrides
Defined in
packages/sdk-core/src/Transactions/types.ts:81
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
inAmount
• inAmount: Object
Type declaration
Name | Type |
---|---|
amount | TokenAmountShape |
valueInLocalCurrency | number |
Defined in
packages/sdk-core/src/Transactions/types.ts:82
outAmount
• outAmount: Object
Type declaration
Name | Type |
---|---|
amount | TokenAmountShape |
valueInLocalCurrency | number |
Defined in
packages/sdk-core/src/Transactions/types.ts:86
timestamp
• timestamp: number
Inherited from
TokenTransactionBase.timestamp
Defined in
packages/sdk-core/src/Transactions/types.ts:47
transactionHash
• transactionHash: string
Inherited from
TokenTransactionBase.transactionHash