export default interface ContractLogs { address: string, log: Array, data: string, trx_num: string, op_num: number, }