| 60 | } |
| 61 | |
| 62 | export interface RequestMetadata { |
| 63 | readonly address: string; |
| 64 | readonly blockNumber: number; |
| 65 | readonly currentBlock: number; |
| 66 | readonly minConfirmations: number; |
| 67 | readonly transactionHash: string; |
| 68 | readonly logIndex: number; |
| 69 | } |
| 70 | |
| 71 | export interface RequestFulfillment { |
| 72 | readonly hash: string; |
nothing calls this directly
no outgoing calls
no test coverage detected