Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Inner msgs. MsgSoftwareUpgrade = &upgrade.MsgSoftwareUpgrade{ Authority: constants.Bob_Num0.Owner, Plan: upgrade.Plan{ Name: "test-plan", Height: 10, Info: "test-info", }, } MsgSoftwareUpgradeTxBytes []byte MsgCancelUpgrade = &upgrade.MsgCancelUpgrade{ Authority: constants.Bob_Num0.Owner, } MsgCancelUpgradeTxBytes []byte MsgExecWithDydxMessage = authz.NewMsgExec( constants.AliceAccAddress, []sdk.Msg{&sending.MsgCreateTransfer{}}, ) MsgExecWithDydxMessageTxBytes []byte )
Functions ¶
func GetMsgNameWithModuleVersion ¶
GetMsgNameWithModuleVersion returns the name of the msg type along with module and version, given its type url.
func IsValidMsgFormat ¶
IsValidMsgFormat returns true if the given tokens are of the form: "<module>.<version>.Msg<MsgName>"
Types ¶
type TestBlockWithMsgs ¶
type TestBlockWithMsgs struct { Block uint32 Msgs []TestSdkMsg }
Click to show internal directories.
Click to hide internal directories.