gill
gill/programs/token/Type aliases

InitializeInterestBearingMintInstructionDataArgs

type InitializeInterestBearingMintInstructionDataArgs = {
  rate: number;
  rateAuthority: OptionOrNullable<Address>;
};

Properties

rate

rate: number;

The initial interest rate


rateAuthority

rateAuthority: OptionOrNullable<Address>;

The public key for the account that can update the rate

On this page