Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Const getRedemptionKeys

Const redeemKeyByCode

  • description

    Redeem Key by passing the code

    async
    since

    2.17.0

    example
    redeemKeyByCode({
    code: "xxxxxxxxx"
    }).then(redemptionKey => console.log(redemptionKey))

    Parameters

    • args: { code: string }
      • code: string

    Returns Promise<IRedemptionKey>

Const redeemKeyById

  • redeemKeyById(args: { redemptionKeyId: string }): Promise<IRedemptionKey>
  • description

    Redeem Key by passing the Id of Redemption Key Object

    async
    since

    2.17.0

    example
    redeemKeyById({
    redemptionKeyId: "xxxxxxxxx"
    }).then(redemptionKey => console.log(redemptionKey))

    Parameters

    • args: { redemptionKeyId: string }
      • redemptionKeyId: string

    Returns Promise<IRedemptionKey>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc