Infrastructure
getLatestBlockhash
📖O que é
A Solana RPC method that returns the most recent blockhash along with the last valid block height for that blockhash, providing the two values needed to build and submit a transaction. Every Solana transaction must include a recent blockhash to prevent replay attacks; this method is typically called immediately before signing. The returned lastValidBlockHeight indicates when the blockhash expires, after which unsigned transactions using it will be rejected.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
RPC MethodsInfrastructure
The enumerated JSON-RPC endpoints exposed by Solana nodes, covering account queries (getAc…
Ver termo →Blockhash (Recent)Network
A 32-byte hash derived from the bank's state at a given slot, included in every Solana tra…
Ver termo →TransaçãoProgramming Model
An atomic unit of execution containing one or more instructions, a recent blockhash, and o…
Ver termo →