Skip to content

Build the single MsgTransferTokens that fires the expire approval — available to anyone after the deadline passes; refunds the submitter from escrow.

buildBountyRefundMsg(creator, collectionId, expireApproval): BountyTransferMsg

Defined in: packages/bitbadgesjs-sdk/src/core/bounties.ts:324

Build the single MsgTransferTokens that fires the expire approval — available to anyone after the deadline passes; refunds the submitter from escrow.

Parameters

creator

string

collectionId

string

expireApproval

iCollectionApproval<bigint>

Returns

BountyTransferMsg

Edit this page on GitHub