Skip to content

Latest commit

 

History

History
133 lines (70 loc) · 2.5 KB

File metadata and controls

133 lines (70 loc) · 2.5 KB

@elytro/assets / Modules / TokenInfo

Interface: TokenInfo

TokenInfo is the interface for the token information.

Export

TokenInfo

Table of contents

Properties

Properties

address

address: string

The address of the token.

Memberof

TokenInfo

Defined in

assets/src/interface/tokenInfo.ts:38


chainId

chainId: number

The chain id of the token.

Memberof

TokenInfo

Defined in

assets/src/interface/tokenInfo.ts:30


decimals

decimals: number

The decimals of the token.

Memberof

TokenInfo

Defined in

assets/src/interface/tokenInfo.ts:70


logoURI

Optional logoURI: string

The logo URI of the token.

Memberof

TokenInfo

Defined in

assets/src/interface/tokenInfo.ts:78


name

name: string

The name of the token.

Memberof

TokenInfo

Defined in

assets/src/interface/tokenInfo.ts:54


symbol

symbol: string

The symbol of the token.

Memberof

TokenInfo

Defined in

assets/src/interface/tokenInfo.ts:62


type

type: AddressType

The type of the token.

Memberof

TokenInfo

Defined in

assets/src/interface/tokenInfo.ts:46