Documentation
¶
Overview ¶
Package codec provides the application-wide encoding configuration.
MakeEncodingConfig builds and registers all Akash and Cosmos SDK module interfaces into an EncodingConfig. It should be called once at startup and the result passed to all consumers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeEncodingConfig ¶
func MakeEncodingConfig() sdkutil.EncodingConfig
MakeEncodingConfig builds the encoding config and registers all module interfaces. Call once at startup; pass the result to keyring, client, and any other consumer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.