MCPcopy Create free account
hub / github.com/FirmaChain/firmachain / EncodingConfig

Struct EncodingConfig

app/params/encoding.go:11–16  ·  view source on GitHub ↗

EncodingConfig specifies the concrete encoding types to use for a given app. This is provided for compatibility between protobuf and amino implementations.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected