Programming Model
find_program_address
📖O que é
A function that derives a PDA by iterating bump seeds from 255 down to 0 until finding a pubkey not on the Ed25519 curve. It returns (pubkey, bump). In Anchor, the #[account(seeds=[...], bump)] constraint calls this automatically. The corresponding create_program_address skips iteration and takes an explicit bump.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Endereço Derivado de Programa (PDA)Programming Model
An account address derived deterministically from a program ID and a set of seeds, with no…
Ver termo →SeedsProgramming Model
Byte arrays used as inputs to derive a Program Derived Address. Seeds can be any combinati…
Ver termo →Bump SeedProgramming Model
A single byte (255 down to 0) appended to PDA seeds to push the derived address off the Ed…
Ver termo →