Expand description
Pure encoding/decoding functions for DOTNS and sp-statement-store.
No I/O. No threads. WASM-safe.
Modules§
- dotns
- Pure DOTNS encoding and decoding functions.
- identity
- Pure encoding and decoding for the Identity and Resources pallets on People chains.
- statement_
store - Pure sp-statement-store encoding and decoding functions.
Enums§
- Crypto
Scheme - Crypto scheme selector for MultiSignature SCALE encoding.
Functions§
- encode_
multi_ signature - Wrap a raw signature in a Substrate
MultiSignatureSCALE envelope. - hex_
decode - Decode a
0x-prefixed (or bare) hex string into bytes. - hex_
encode - Hex-encode bytes as a
0x-prefixed lowercase string.