[@node-fi/sdk-core](../README.md) / [Exports](../modules.md) / TokenSentTransaction

# Interface: TokenSentTransaction

## Hierarchy

- [`TokenTransferTransaction`](TokenTransferTransaction.md)

  ↳ **`TokenSentTransaction`**

## Table of contents

### Properties

- [\_type](TokenSentTransaction.md#_type)
- [amount](TokenSentTransaction.md#amount)
- [blockNumber](TokenSentTransaction.md#blocknumber)
- [contract](TokenSentTransaction.md#contract)
- [fee](TokenSentTransaction.md#fee)
- [fromAddress](TokenSentTransaction.md#fromaddress)
- [timestamp](TokenSentTransaction.md#timestamp)
- [toAddress](TokenSentTransaction.md#toaddress)
- [transactionHash](TokenSentTransaction.md#transactionhash)
- [valueInLocalCurrency](TokenSentTransaction.md#valueinlocalcurrency)

## Properties

### \_type

• **\_type**: [`SENT`](../enums/TokenTransactionType.md#sent)

#### Overrides

[TokenTransferTransaction](TokenTransferTransaction.md).[_type](TokenTransferTransaction.md#_type)

#### Defined in

[Transactions/types.ts:49](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L49)

___

### amount

• **amount**: [`TokenAmount`](../classes/TokenAmount.md)

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[amount](TokenTransferTransaction.md#amount)

#### Defined in

[Transactions/types.ts:44](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L44)

___

### blockNumber

• **blockNumber**: `number`

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[blockNumber](TokenTransferTransaction.md#blocknumber)

#### Defined in

[Transactions/types.ts:35](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L35)

___

### contract

• **contract**: `string`

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[contract](TokenTransferTransaction.md#contract)

#### Defined in

[Transactions/types.ts:33](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L33)

___

### fee

• `Optional` **fee**: [`FeeInfo`](FeeInfo.md)

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[fee](TokenTransferTransaction.md#fee)

#### Defined in

[Transactions/types.ts:37](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L37)

___

### fromAddress

• **fromAddress**: `string`

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[fromAddress](TokenTransferTransaction.md#fromaddress)

#### Defined in

[Transactions/types.ts:43](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L43)

___

### timestamp

• **timestamp**: `number`

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[timestamp](TokenTransferTransaction.md#timestamp)

#### Defined in

[Transactions/types.ts:34](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L34)

___

### toAddress

• **toAddress**: `string`

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[toAddress](TokenTransferTransaction.md#toaddress)

#### Defined in

[Transactions/types.ts:42](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L42)

___

### transactionHash

• **transactionHash**: `string`

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[transactionHash](TokenTransferTransaction.md#transactionhash)

#### Defined in

[Transactions/types.ts:36](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L36)

___

### valueInLocalCurrency

• `Optional` **valueInLocalCurrency**: `number`

#### Inherited from

[TokenTransferTransaction](TokenTransferTransaction.md).[valueInLocalCurrency](TokenTransferTransaction.md#valueinlocalcurrency)

#### Defined in

[Transactions/types.ts:45](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/Transactions/types.ts#L45)
