InitializeInterestBearingMintInstructionArgs: {
    rate: number;
    rateAuthority: OptionOrNullable<PublicKey<string>>;
}

Type declaration

  • rate: number

    The initial interest rate

  • rateAuthority: OptionOrNullable<PublicKey<string>>

    The public key for the account that can update the rate

Generated using TypeDoc