-
Notifications
You must be signed in to change notification settings - Fork 671
Glossary
Cyle Witruk edited this page Nov 13, 2024
·
7 revisions
-
Address
-
Block Hash
- Also known as: header hash, block header hash
- Definition: The hash of a Stacks block's header at a given Stacks chain height. Note that this hash is not guaranteed to be globally unique—the same Stacks block could be mined on different PoX forks.
-
Rust struct:
BlockHeaderHash
-
Block Height
-
Block ID
- Also known as: index block hash
- Definition: A globally unique identifier derived from the block hash and the history of accepted PoX operations. This hash uniquely represents a specific Stacks block across all forks.
-
Rust struct:
StacksBlockId
-
Burnchain
-
Burn Header Hash
-
Consensus Hash
-
Block Confirmation
-
Epoch
-
MARF
-
Microblocks (pre-Nakamoto)
-
Merkle Tree
-
Principal
-
VRF Proof
-
Tenure
-
Sortition
-
Stackers