mesg-foundation/core

View on GitHub
x/instance/client/cli/tx.go

Summary

Maintainability
A
0 mins
Test Coverage
package cli

import (
    "github.com/cosmos/cosmos-sdk/codec"
    "github.com/spf13/cobra"
)

// GetTxCmd returns the transaction commands for this module
func GetTxCmd(cdc *codec.Codec) *cobra.Command {
    return nil
}