EncodingConfig specifies the concrete encoding types to use for a given app. This is provided for compatibility between protobuf and amino implementations.
| 9 | // EncodingConfig specifies the concrete encoding types to use for a given app. |
| 10 | // This is provided for compatibility between protobuf and amino implementations. |
| 11 | type EncodingConfig struct { |
| 12 | InterfaceRegistry types.InterfaceRegistry |
| 13 | Marshaler *codec.ProtoCodec |
| 14 | TxConfig client.TxConfig |
| 15 | Amino *codec.LegacyAmino |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected