Glossário de criptomoedas
Visualização de gráfico26 termos com links para os whitepapers originais.
A per-block cap on total gas that constrains how much computation can be included. It helps bound resource usage and af…
The number of blocks preceding a given block in the chain. Height is often used to reference time in protocols with pre…
A unit measuring computation and storage usage in Ethereum-like systems. Gas limits and fees prevent infinite loops and…
The maximum amount of gas a transaction is allowed to consume. If execution runs out of gas, state changes revert but f…
The amount a sender is willing to pay per unit of gas. In fee markets, gas price (or similar parameters) influences tra…
A programmable spending condition language attached to transaction outputs. Bitcoin Script is intentionally limited and…
In Bitcoin, the locking script of an output specifying the conditions required to spend it. Inputs provide data that sa…
In Bitcoin, the unlocking script in an input that provides signatures and data to satisfy the referenced output's Scrip…
A Bitcoin protocol upgrade that separates signature (witness) data from the transaction's main structure. SegWit increa…
A signed message that proposes a state change, such as transferring funds. Transactions are propagated through the netw…
A payment attached to a transaction to incentivize inclusion in a block. In many systems, fees are paid to the block pr…
A hash-based identifier for a transaction (often a hash of its serialized form). It is used to reference and track tran…
A property where a transaction's identifier can be changed without changing its effects, typically by altering signatur…