Skip to content

Build the 2-msg tx wrapper the verifier signs to DENY a bounty: same shape as accept, but targeting the deny approval (payout to submitter).

buildBountyDenyTx(creator, collectionId, denyApproval): BountyTxWrapper

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

Build the 2-msg tx wrapper the verifier signs to DENY a bounty: same shape as accept, but targeting the deny approval (payout to submitter).

Parameters

creator

string

collectionId

string

denyApproval

iCollectionApproval<bigint>

Returns

BountyTxWrapper

Edit this page on GitHub