Function createFeePayerRates

  • Creates fee payer rates.

    Parameters

    • program: AtlasFeePayerIDLProgram

      The AtlasFeePayerIDLProgram instance.

    • rates: AsyncSigner<unknown>

      The AsyncSigner instance.

    • owningProfile: PublicKey

      The owning profile public key.

    • tokenMint: PublicKey

      The token mint public key.

    • tokenOwner: PublicKey

      The token owner public key.

    • conversionRate: BN

      The conversion rate.

    • tokenLimit: BN

      The token limit.

    Returns InstructionReturn

    • The instruction return object.

Generated using TypeDoc