Hierarchy

  • ITokenResponse

Properties

Properties

message: string
result: {
    cataloged: boolean;
    contractAddress: string;
    decimals: string;
    name: string;
    status: string;
    symbol: string;
    totalSupply: string;
    type: string;
}

Type declaration

  • cataloged: boolean
  • contractAddress: string
  • decimals: string
  • name: string
  • status: string
  • symbol: string
  • totalSupply: string
  • type: string