Programming Model
Compartilhar

invoke_signed()

📖O que é

The Solana SDK function for CPIs where a PDA must sign: `invoke_signed(instruction, account_infos, signer_seeds)`. The runtime verifies that the seeds + bump produce the expected PDA pubkey and grants signer privileges for that account. This is how programs authorize actions on behalf of PDAs they own.

Sua exploração

0 termos visitados no total
Termos relacionados explorados0/3

Termos Relacionados