Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ModuleCdc references the global x/ibc-transfer module codec. Note, the codec // should ONLY be used in certain instances of tests and for JSON encoding. // // The actual codec used for serialization should be provided to x/ibc transfer and // defined at the application level. //ModuleCdc = codec.NewProtoCodec(codectypes.NewInterfaceRegistry()) ModuleCdc = codec.New() Marshal *codec.CodecProxy )
Functions ¶
func SetMarshal ¶
func SetMarshal(m *codec.CodecProxy)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.