Skip to content

Build the withdraw msg: a MsgTransferTokens with from=caller, to=backingAddress, prioritizing the withdraw approval. The chain auto-routes the backing IBC coin…

buildSmartTokenWithdrawMsg(args): SmartTokenTransferMsg

Defined in: packages/bitbadgesjs-sdk/src/core/smart-tokens.ts:237

Build the withdraw msg: a MsgTransferTokens with from=caller, to=backingAddress, prioritizing the withdraw approval. The chain auto-routes the backing IBC coin out of the backing alias into the caller's account.

Parameters

args

SmartTokenWithdrawArgs

Returns

SmartTokenTransferMsg

Edit this page on GitHub