Programming Model
Account Data
📖O que é
The byte array stored in an account that holds program-specific state. Data is typically serialized using Borsh and must be explicitly allocated at account creation. The maximum data size is 10MB. Programs are responsible for defining and managing their own data layout, including discriminators for type identification.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
ContaProgramming Model
The fundamental data storage unit on Solana. Every piece of state is stored in an account …
Ver termo →Serialização / DesserializaçãoProgramming Model
The process of converting in-memory data structures to bytes (serialization) and back (des…
Ver termo →BorshProgramming Model
Binary Object Representation Serializer for Hashing—the standard serialization format for …
Ver termo →