Interface for EventDescription renamed topics
This commit is contained in:
@@ -18,7 +18,7 @@ declare module 'ethers' {
|
||||
parse: (...args: any[]) => any;
|
||||
inputs: { names: string[]; types: string[] };
|
||||
signature: string;
|
||||
topic: string;
|
||||
topics: string[];
|
||||
}
|
||||
export class Interface {
|
||||
public functions: { [functionName: string]: FunctionDescription };
|
||||
|
Reference in New Issue
Block a user