# Class: Assets

## Table of contents

### Methods

- [getDepositAmount](Assets.md#getdepositamount)
- [getWithdrawAmount](Assets.md#getwithdrawamount)

### Constructors

- [constructor](Assets.md#constructor)

## Methods

### getDepositAmount

▸ `Static` **getDepositAmount**(`params`): `BigNumber`

#### Parameters

| Name | Type |
| :------ | :------ |
| `params` | [`GetDepositAmountParams`](../interfaces/Assets.GetDepositAmountParams.md) |

#### Returns

`BigNumber`

___

### getWithdrawAmount

▸ `Static` **getWithdrawAmount**(`params`): `BigNumber`

#### Parameters

| Name | Type |
| :------ | :------ |
| `params` | [`GetWithdrawAmountParams`](../interfaces/Assets.GetWithdrawAmountParams.md) |

#### Returns

`BigNumber`

## Constructors

### constructor

• **new Assets**()
