File

src/app/_models/token.ts

Index

Properties

Properties

address
address: string
Type : string
decimals
decimals: string
Type : string
name
name: string
Type : string
owner
owner: string
Type : string
Optional
reserveRatio
reserveRatio: string
Type : string
Optional
reserves
reserves: literal type
Type : literal type
supply
supply: string
Type : string
symbol
symbol: string
Type : string
interface Token {
  name: string;
  symbol: string;
  address: string;
  supply: string;
  decimals: string;
  reserves: {
    '0xa686005CE37Dce7738436256982C3903f2E4ea8E'?: {
      weight: string;
      balance: string;
    }
  };
  reserveRatio?: string;
  owner?: string;
}

export {
  Token
};

result-matching ""

    No results matching ""