Programming Model
Create Account
📖O que é
A System Program instruction that creates a new account with specified space and owner, funding it with enough lamports for rent exemption. Parameters: from (fee payer), to (new account keypair), lamports, space (bytes), and owner (program ID). The new account's data is zero-initialized.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Programa do SistemaProgramming Model
The built-in native program (address: 11111111111111111111111111111111) responsible for cr…
Ver termo →Aluguel (Rent)Programming Model
A fee mechanism that charges accounts for storing data on-chain. Accounts must maintain a …
Ver termo →LamportProgramming Model
The smallest unit of SOL, named after Leslie Lamport. 1 SOL = 1,000,000,000 (10^9) lamport…
Ver termo →