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

# Interface: FeeInfo

## Table of contents

### Properties

- [amount](FeeInfo.md#amount)
- [valueInLocalCurrency](FeeInfo.md#valueinlocalcurrency)

## Properties

### amount

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

#### Defined in

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

___

### valueInLocalCurrency

• **valueInLocalCurrency**: `number`

#### Defined in

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