Transaction receipt
A transaction receipt is the record a node produces once a transaction is included in a block, capturing its status, gas used, contract address if any, and the logs it emitted.
The transaction object is the request; the receipt is the outcome. It tells you whether execution succeeded or reverted, how much gas was consumed, and carries the array of event logs the transaction produced. Consumers read receipts to confirm payments and to extract logs for indexing. Raw logs are hex, so you pair them with an ABI to make sense of them. Our API returns receipts with decoded logs attached, so you confirm status and read named event fields from one archive RPC response.
Termos relacionados
Veja também
Transforme o conceito em uma chamada de API
Cada termo aqui corresponde a uma primitiva que você já pode chamar — recarregue créditos e publique.
Obter chave de API