Skip to main content

Crate sof_types

Crate sof_types 

Source
Expand description

Stable SOF-owned primitive types shared across SOF crates.

Structs§

PubkeyBytes
Stable SOF-owned 32-byte validator identity / account key wrapper.
SignatureBytes
Stable SOF-owned 64-byte transaction signature wrapper.

Enums§

DecodeBase58Error
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.