Available Message Types
Bank Module
import {
MsgSend,
MsgMultiSend,
MsgSetSendEnabled
} from '@titanlabjs/titan-types/cosmos/bank/v1beta1/tx';Staking Module
import {
MsgDelegate,
MsgUndelegate,
MsgBeginRedelegate,
MsgCancelUnbondingDelegation
} from '@titanlabjs/titan-types/cosmos/staking/v1beta1/tx';Distribution Module
import {
MsgWithdrawDelegatorReward,
MsgWithdrawValidatorCommission,
MsgSetWithdrawAddress,
MsgFundCommunityPool
} from '@titanlabjs/titan-types/cosmos/distribution/v1beta1/tx';