gill
gill/programs/token/Type aliases

UpdateRateInterestBearingMintInstructionDataArgs

type UpdateRateInterestBearingMintInstructionDataArgs = {
  rate: number;
};

Properties

rate

rate: number;

The interest rate to update.

On this page