Type alias Asset

Asset: {
    blockchainRid: Buffer;
    decimals: number;
    iconUrl: string;
    id: Buffer;
    name: string;
    supply: bigint;
    symbol: string;
    type: string;
}

Type declaration

  • blockchainRid: Buffer
  • decimals: number
  • iconUrl: string
  • id: Buffer
  • name: string
  • supply: bigint
  • symbol: string
  • type: string