Decoded Solana Nonce Account (80 bytes).
const nonce = decodeNonceAccount(rawBytes);console.log(`Blockhash: ${nonce.blockhash}, Authority: ${nonce.authority}`); Copy
const nonce = decodeNonceAccount(rawBytes);console.log(`Blockhash: ${nonce.blockhash}, Authority: ${nonce.authority}`);
1.1.0
Authority that can advance the nonce.
Stored durable blockhash.
Fee calculator lamports per signature at the stored blockhash.
Account state.
Nonce version discriminant (0 = Legacy, 1 = Current). Most nonces are Current (1).
Decoded Solana Nonce Account (80 bytes).
Example
Since
1.1.0