Expand description
Stable SOF-owned primitive types shared across SOF crates.
Structs§
- Pubkey
Bytes - Stable SOF-owned 32-byte validator identity / account key wrapper.
- Signature
Bytes - Stable SOF-owned 64-byte transaction signature wrapper.
Enums§
- Decode
Base58 Error - Error returned when decoding a base58 string into a fixed-width SOF type.
Constants§
- PUBKEY_
BYTES - Length in bytes of one validator identity / account key.
- SIGNATURE_
BYTES - Length in bytes of one transaction signature.