Type alias InterestBearingMintArgs

InterestBearingMintArgs: {
    authority: string;
    rate: number;
} & CommonArgs

Type declaration

  • authority: string
  • rate: number