export type ActivityBlockchainInfo = { transactionHash: string; blockHash: string; blockNumber: number; logIndex: number; };