Type alias TreasuryBalance

TreasuryBalance: {
    amount: number;
    symbol: string;
}

Type declaration

  • amount: number
  • symbol: string

Generated using TypeDoc