T402 API Reference - v2.8.0
    Preparing search index...

    Interface TransactionLog

    Transaction log entry

    interface TransactionLog {
        address: `0x${string}`;
        topics: readonly `0x${string}`[];
        data: `0x${string}`;
    }
    Index

    Properties

    Properties

    address: `0x${string}`

    Contract address that emitted the log

    topics: readonly `0x${string}`[]

    Indexed event parameters

    data: `0x${string}`

    Non-indexed event data