Skip to main content

AccountId

Type Alias AccountId 

Source
pub type AccountId = [u8; 32];
Expand description

Type alias for 32-byte account identifiers.

Account IDs in TruthLinked are 32-byte arrays, typically BLAKE3 hashes of public keys or deterministic contract addresses.