Function unassignRedemptionKey

  • Returns Promise<IRedemptionKey>

    Description

    unassign redemption Key by passing the Id of Redemption Key Object

    Async

    Since

    0.1.0

    Example

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

Generated using TypeDoc