pull/3477/head
yann300 2 years ago committed by GitHub
parent 220eac4633
commit 502a128c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/remix-ide/src/app/providers/abstract-provider.tsx

@ -13,7 +13,8 @@ export type JsonDataRequest = {
export type JsonDataResult = { export type JsonDataResult = {
id: number, id: number,
jsonrpc: string // version jsonrpc: string // version
result: any result?: any,
error?: any,
} }
export type RejectRequest = (error: Error) => void export type RejectRequest = (error: Error) => void

Loading…
Cancel
Save