Type alias SplTokenCurrency

SplTokenCurrency: {
    symbol: string;
    decimals: number;
    namespace: "spl-token";
}

Type declaration

  • symbol: string
  • decimals: number
  • namespace: "spl-token"

Generated using TypeDoc