codec/codec library

Classes

AccountImpl
Contains the data to properly register an AccountI implementation so that it can be later deserialized starting from an Any by the Codec.
Codec
Represents the codec that is used to serialize StdMsg instances properly during transactions signature processes.

Typedefs

AccountDeserializer = AccountI Function(Any any)
Represents a function that can read an Any as a particular AccountI implementation.