Module env_types
Source - AccountId
- Custom encoding/decoding for the Substrate
AccountId
type. - EnvTypesTranscoder
- Provides custom encoding and decoding for predefined environment types.
- Hash
- Custom decoding for the
Hash
or [u8; 32]
type so that it is displayed as a hex
encoded string. - PathKey
- CustomTypeDecoder
- Implement this trait to define custom decoding for a type in a
scale-info
type
registry. - CustomTypeEncoder
- Implement this trait to define custom encoding for a type in a
scale-info
type
registry.
- TypesByPath