Function redeemKeyById

  • Parameters

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

    Returns Promise<IRedemptionKey>

    Description

    Redeem Key by passing the Id of Redemption Key Object

    Async

    Since

    0.1.0

    Example

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

Generated using TypeDoc