debeem-wallet
interface TokenEntityItem {
    address: string;
    chainId: number;
    decimals: number;
    name: string;
    symbol: string;
    wallet: string;
}

Properties

address: string

storage key : contract address. see file ethereumToken.json.ts

chainId: number

globally unique chain id

decimals: number

decimals. for ETH, it is 18

name: string

token name

symbol: string

token symbol

wallet: string

wallet address, tokens belongs to a wallet