interface EVMLogEvent {
    address: Uint8Array;
    data: Uint8Array;
    topics: Uint8Array[];
}

Properties

Properties

address: Uint8Array
data: Uint8Array
topics: Uint8Array[]