Module env_types
Source - AccountId
- Custom encoding/decoding for the Substrate
AccountId type. - EnvTypesTranscoder
- Provides custom encoding and decoding for predefined environment types.
- H160
- Custom decoding for the
H160 or [u8; 20] type so that it is displayed as a hex
encoded string. - H256
- Custom decoding for the
H256 or [u8; 32] type so that it is displayed as a hex
encoded string. - Hash
- Custom decoding for the
Hash or [u8; 32] type so that it is displayed as a hex
encoded string. - PathKey
- U256
- Custom decoding for the
U256 or [u8; 32] type so that it is displayed as a hex
encoded string.
- 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