Redeem Key by passing the Id of Redemption Key Object
0.1.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
0.1.0
Example