Type alias GmRegisteredCurrency

GmRegisteredCurrency: {
    decimals: number;
    mint: string;
    royaltyPercentageAsDecimal: number;
    saVault: string;
}

Type declaration

  • decimals: number
  • mint: string
  • royaltyPercentageAsDecimal: number
  • saVault: string