Infrastructure
getSignaturesForAddress
📖O que é
An RPC method that returns a paginated, reverse-chronological list of transaction signatures that reference a given account address, along with each transaction's slot, block time, memo, and confirmation status. It is the standard way to walk the transaction history of a wallet or program account and accepts before and until signature parameters for cursor-based pagination through up to 1,000 signatures per call.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
RPC MethodsInfrastructure
The enumerated JSON-RPC endpoints exposed by Solana nodes, covering account queries (getAc…
Ver termo →TransaçãoProgramming Model
An atomic unit of execution containing one or more instructions, a recent blockhash, and o…
Ver termo →AssinaturaProgramming Model
A 64-byte Ed25519 digital signature over a transaction's message. Each signer in a transac…
Ver termo →