pull/5370/head
yann300 2 years ago committed by GitHub
parent c07998ddeb
commit fdf786291b
  1. 3
      apps/remix-ide/src/app/providers/abstract-provider.tsx

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

Loading…
Cancel
Save