InitializeInterestBearingMintInstructionDataArgs: {
    rate: number;
    rateAuthority: OptionOrNullable<PublicKey>;
}

Type declaration

  • rate: number

    The initial interest rate

  • rateAuthority: OptionOrNullable<PublicKey>

    The public key for the account that can update the rate

Generated using TypeDoc