@debridge-finance/solana-contracts-client
Version:
[Docs](docs/README.md)
100 lines (53 loc) • 2.13 kB
Markdown
[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [interfaces](../modules/interfaces.md) / WalletInfo
# Interface: WalletInfo
[interfaces](../modules/interfaces.md).WalletInfo
## Table of contents
### Properties
- [address](interfaces.WalletInfo.md#address)
- [amount](interfaces.WalletInfo.md#amount)
- [decimals](interfaces.WalletInfo.md#decimals)
- [isInitialized](interfaces.WalletInfo.md#isinitialized)
- [isNative](interfaces.WalletInfo.md#isnative)
- [mint](interfaces.WalletInfo.md#mint)
- [owner](interfaces.WalletInfo.md#owner)
## Properties
### address
• **address**: `PublicKey`
Address of the account
#### Defined in
[interfaces.ts:59](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L59)
___
### amount
• **amount**: `BN`
Number of tokens the account holds
#### Defined in
[interfaces.ts:65](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L65)
___
### decimals
• **decimals**: `number`
#### Defined in
[interfaces.ts:66](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L66)
___
### isInitialized
• **isInitialized**: `boolean`
True if the account is initialized
#### Defined in
[interfaces.ts:68](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L68)
___
### isNative
• **isNative**: `boolean`
True if the account is a native token account
#### Defined in
[interfaces.ts:70](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L70)
___
### mint
• **mint**: `PublicKey`
Mint associated with the account
#### Defined in
[interfaces.ts:61](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L61)
___
### owner
• **owner**: `PublicKey`
Owner of the account
#### Defined in
[interfaces.ts:63](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L63)