UNPKG

@polygon-hermez/vm

Version:
6 lines (5 loc) 142 B
/// <reference types="node" /> /** * Log that the contract emitted. */ export type Log = [address: Buffer, topics: Buffer[], data: Buffer];