Skip to content

Build the contributor-side refund tx — fires the refund approval to pull funds back out of escrow. Single MsgTransferTokens.

buildRefundCrowdfundMsg(creator, collectionId, details, amount): MsgEnvelope

Defined in: packages/bitbadgesjs-sdk/src/core/crowdfunds.ts:389

Build the contributor-side refund tx — fires the refund approval to pull funds back out of escrow. Single MsgTransferTokens.

Parameters

creator

string

collectionId

string

details

CrowdfundDetails

amount

bigint

Returns

MsgEnvelope

Edit this page on GitHub