Skip to content

Commit

Permalink
feat(connector-besu): add get past logs method
Browse files Browse the repository at this point in the history
Signed-off-by: Hana Awad <awadhana0825@gmail.com>
  • Loading branch information
awadhana authored and petermetz committed Jul 8, 2021
1 parent 2fe54e5 commit e3fcfa7
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,17 @@ export interface IPluginLedgerConnectorBesuOptions
logLevel?: LogLevelDesc;
}

// export interface Log{
// address: string;
// data: string;
// blockHash: string;
// transactionHash: string;
// topics: Array<string>;
// logIndex: number;
// transactionIndex: number;
// blockNumber: number;

// }
export class PluginLedgerConnectorBesu
implements
IPluginLedgerConnector<
Expand Down

0 comments on commit e3fcfa7

Please sign in to comment.