Type alias Currency6909

Currency6909: {
    address: `0x${string}`;
    id: `0x${string}`;
    name: string;
    symbol: string;
    decimals: number;
}

Type declaration

  • address: `0x${string}`
  • id: `0x${string}`
  • name: string
  • symbol: string
  • decimals: number