Claim methods
The following methods of SDK can be used both in a back-end and a front-end applications, as they don't require providing sensitive campaign keys to invoke them.
const txHash = await sdk.redeem(
claimCode: string,
destination: string
)const linkParams = await sdk.getLinkParams(
claimCode: string
)const linkParams = await sdk.getLinkParams(
linkId: string
)Last updated