Vana SDK - v2.2.2
    Preparing search index...

    Interface TransactionReceipt

    Extends viem's TransactionReceipt with Vana-specific event data.

    Includes parsed event data when available after transaction confirmation. Use this for detailed transaction analysis and event processing.

    interface TransactionReceipt {
        events?: unknown;
    }

    Hierarchy

    • TransactionReceipt
      • TransactionReceipt
    Index

    Properties

    Properties

    events?: unknown

    Parsed event data if available