A 64-byte Ed25519 digital signature over a transaction's message. Each signer in a transaction produces one signature. The first signature (from the fee payer) also serves as the unique transaction ID. Signature verification is parallelized in the TPU's sigverify stage using GPU acceleration.
Uma assinatura criptográfica prova que o dono de uma chave privada autorizou uma ação — como uma assinatura biométrica que só você pode fazer, mas qualquer um pode verificar.
Transações exigem assinatura do fee payer e de qualquer signer declarado. Em Anchor, contas marcadas com `#[account(signer)]` ou `Signer<'info>` são validadas automaticamente.
Confundir 'assinatura de transação' (para executar on-chain) com 'assinatura de mensagem' (para autenticação off-chain). São operações criptográficas distintas com propósitos diferentes.
Sua exploração
0 termos visitados no totalAn atomic unit of execution containing one or more instructions, a recent blockhash, and o…
Ver termo →A pair of a 32-byte Ed25519 private key and its corresponding 32-byte public key. Keypairs…
Ver termo →The elliptic curve digital signature algorithm used by Solana for all transaction signing.…
Ver termo →