Skip to content

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

buildSmartTokenDepositMsg(args): SmartTokenTransferMsg

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

Build the deposit msg: a MsgTransferTokens with from=backingAddress, to=caller, prioritizing the deposit approval. The chain auto-routes the backing IBC coin from the caller's account into the backing alias as part of executing the deposit approval — caller must have the backing coin available.

Parameters

args

SmartTokenDepositArgs

Returns

SmartTokenTransferMsg

Edit this page on GitHub