generateClaimRewardAbiData()
SDK | verifyBid() |
---|---|
Description | Generate calldata to call loanWithSig on Tako Open Curation Contarct The curator can claim his reward from the booster bid after verification This function is used to claim the reward |
Nature | Method of Class |
Parameters
Name | Type | Description |
---|---|---|
index | number | The index of bid |
curatorId | number | The curator’s Lens profile id |
relayer | string | An EVM-comptiable externally owned account, for signless feature |
contentId | string | Tako will auto-submit a publication to Farcaster in cast, reply, and recast bids while the curator accepts the bid. The contentId is the publication Id on Farcaster |
sig | object { r: string, s: string, v: number, deadline: number } |
Example Code
Example Returns
Last updated