Skip to content

Union type of all supported SDK messages Note: MsgSend is from proto.cosmos.bank.v1beta1, not bitbadgesjs-sdk

SupportedSdkMessage = MsgUniversalUpdateCollection<bigint> | MsgTransferTokens<bigint> | MsgSetIncomingApproval<bigint> | MsgSetOutgoingApproval<bigint> | MsgDeleteCollection<bigint> | MsgDeleteIncomingApproval | MsgDeleteOutgoingApproval | MsgCreateDynamicStore | MsgUpdateDynamicStore<bigint> | MsgDeleteDynamicStore<bigint> | MsgSetDynamicStoreValue<bigint> | MsgSetCustomData<bigint> | MsgSetIsArchived<bigint> | MsgSetManager<bigint> | MsgSetCollectionMetadata<bigint> | MsgSetStandards<bigint> | MsgCastVote<bigint> | MsgCreateCollection<bigint> | MsgUpdateCollection<bigint> | MsgUpdateUserApprovals<bigint> | MsgCreateAddressLists | MsgPurgeApprovals<bigint> | MsgSetValidTokenIds<bigint> | MsgSetTokenMetadata<bigint> | MsgSetCollectionApprovals<bigint> | MsgCreateBalancerPool<bigint> | MsgJoinPool<bigint> | MsgExitPool<bigint> | MsgSwapExactAmountIn<bigint> | MsgSwapExactAmountInWithIBCTransfer<bigint> | { constructor: { name: "MsgSend"; }; toJson: unknown; }

Defined in: packages/bitbadgesjs-sdk/src/transactions/precompile/type-detector.ts:91

Union type of all supported SDK messages Note: MsgSend is from proto.cosmos.bank.v1beta1, not bitbadgesjs-sdk

Edit this page on GitHub