OPNet
    Preparing search index...

    Class TransactionReceipt

    Transaction receipt

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    The events of the transaction.

    gasUsed: bigint

    Gas used by the transaction.

    rawEvents: ContractEvents = {}
    rawRevert?: Buffer<ArrayBufferLike>

    If the transaction was reverted, this field will contain the revert message.

    receipt?: Buffer<ArrayBufferLike>

    The receipt of the transaction.

    receiptProofs: string[]

    The receipt proofs of the transaction.

    revert?: string

    If the transaction was reverted, this field will contain the revert message.

    specialGasUsed: bigint

    Special gas used by the transaction.