RPC Encoding
The data serialization format used to represent account data in Solana RPC responses. Supported encodings include base58 (human-readable but slow for large data), base64 (efficient binary encoding, most common), base64+zstd (compressed base64 for large accounts), and jsonParsed (structured JSON for known programs like SPL Token and System Program). The encoding parameter is specified per-request and affects response size and parse complexity on the client side.
Sua exploração
0 termos visitados no totalTermos Relacionados
The enumerated JSON-RPC endpoints exposed by Solana nodes, covering account queries (getAc…
Ver termo →The byte array stored in an account that holds program-specific state. Data is typically s…
Ver termo →The process of converting in-memory data structures to bytes (serialization) and back (des…
Ver termo →