MCPcopy Create free account
hub / github.com/Sifchain/sifnode / GetTxCmd

Method GetTxCmd

x/margin/module.go:80–82  ·  view source on GitHub ↗

GetTxCmd returns the root tx command.

()

Source from the content-addressed store, hash-verified

78
79// GetTxCmd returns the root tx command.
80func (b AppModuleBasic) GetTxCmd() *cobra.Command {
81 return cli.GetTxCmd()
82}
83
84// GetQueryCmd returns no root query command.
85func (AppModuleBasic) GetQueryCmd() *cobra.Command {

Callers

nothing calls this directly

Calls 1

GetTxCmdFunction · 0.92

Tested by

no test coverage detected