Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + func MarshalChannel(cdc *codec.CodecProxy, c *types.Channel) ([]byte, error) + func MustMarshalChannel(cdc *codec.CodecProxy, c *types.Channel) []byte + func MustMarshalConnection(cdc *codec.CodecProxy, c *conntypes.ConnectionEnd) []byte + func MustUnmarshalChannel(cdc *codec.CodecProxy, data []byte) *types.Channel + func MustUnmarshalConnection(cdc *codec.CodecProxy, data []byte) *conntypes.ConnectionEnd + func UnmarshalConnection(cdc *codec.CodecProxy, data []byte) (*conntypes.ConnectionEnd, error)