Skip to main content

tokenreceivetransaction

@node-fi/sdk-core / Exports / TokenReceiveTransaction

Interface: TokenReceiveTransaction<TokenAmountShape>

Type parameters

NameType
TokenAmountShapeSerlializedTokenAmount

Hierarchy

Table of contents

Properties

Properties

_type

_type: RECEIVED

Overrides

TokenTransferTransaction._type

Defined in

packages/sdk-core/src/Transactions/types.ts:76


amount

amount: TokenAmountShape

Inherited from

TokenTransferTransaction.amount

Defined in

packages/sdk-core/src/Transactions/types.ts:64


blockNumber

blockNumber: number

Inherited from

TokenTransferTransaction.blockNumber

Defined in

packages/sdk-core/src/Transactions/types.ts:48


contract

contract: string

Inherited from

TokenTransferTransaction.contract

Defined in

packages/sdk-core/src/Transactions/types.ts:46


fromAddress

fromAddress: string

Inherited from

TokenTransferTransaction.fromAddress

Defined in

packages/sdk-core/src/Transactions/types.ts:63


timestamp

timestamp: number

Inherited from

TokenTransferTransaction.timestamp

Defined in

packages/sdk-core/src/Transactions/types.ts:47


toAddress

toAddress: string

Inherited from

TokenTransferTransaction.toAddress

Defined in

packages/sdk-core/src/Transactions/types.ts:62


transactionHash

transactionHash: string

Inherited from

TokenTransferTransaction.transactionHash

Defined in

packages/sdk-core/src/Transactions/types.ts:49


valueInLocalCurrency

Optional valueInLocalCurrency: number

Inherited from

TokenTransferTransaction.valueInLocalCurrency

Defined in

packages/sdk-core/src/Transactions/types.ts:65