Types of accounts
User accounts
Ed25519
32-bytes, Base58 encoded
Looks like Solana address
Examples:
todo
todo
todo
BLS
48-bytes, hex-encoded, 0x-prefixed
Examples:
todo
todo
TBLS
48-bytes, hex-encoded, looks like BLS but without 0x-prefix
Examples:
todo
todo
PQC - Post quantum accounts
32-bytes, hex-encoded, BLAKE3 hash of post-quantum pubkey
Examples:
todo
todo
EVM compatible account
20-bytes, hex-encoded, 0x-prefixed, looks like Ethereum address
Examples:
todo
todo
Contract accounts
WASM contract account ID
32-bytes, hex-encoded, 0x-prefixed
Examples:
todo
todo
EVM contract account ID
20-bytes, hex-encoded, 0x-prefixed, looks like Ethereum address
Examples:
todo
todo
Last updated