| 34 | } |
| 35 | |
| 36 | type TestCase interface { |
| 37 | GetMsgAndArgs(iArgs CommonArgs) (sdk.Msg, Args) |
| 38 | GetName() string |
| 39 | Assert(*sdk.TxResponse, *CommonArgs) |
| 40 | } |
| 41 | |
| 42 | type Args struct { |
| 43 | Network Network `json:"network"` |
no outgoing calls
no test coverage detected