Redeem Key by passing the Id of Redemption Key Object
2.17.0
redeemKeyById({ redemptionKeyId: "xxxxxxxxx"}).then(redemptionKey => console.log(redemptionKey)) Copy
redeemKeyById({ redemptionKeyId: "xxxxxxxxx"}).then(redemptionKey => console.log(redemptionKey))
Generated using TypeDoc
Description
Redeem Key by passing the Id of Redemption Key Object
Async
Since
2.17.0
Example