/**
 * Log that the contract emitted.
 */
export type Log = [address: Buffer, topics: Buffer[], data: Buffer]
