@polkadot-api/json-rpc-provider
Advanced tools
Comparing version 0.0.1-ff78a9d8298c091faf39fd801955e6b9cd778f50.1.0 to 0.0.1
@@ -1,7 +0,7 @@ | ||
interface Provider { | ||
interface JsonRpcConnection { | ||
send: (message: string) => void; | ||
disconnect: () => void; | ||
} | ||
declare type ConnectProvider = (onMessage: (message: string) => void) => Provider; | ||
declare type JsonRpcProvider = (onMessage: (message: string) => void) => JsonRpcConnection; | ||
export { ConnectProvider, Provider }; | ||
export type { JsonRpcConnection, JsonRpcProvider }; |
@@ -1,7 +0,7 @@ | ||
interface Provider { | ||
interface JsonRpcConnection { | ||
send: (message: string) => void; | ||
disconnect: () => void; | ||
} | ||
declare type ConnectProvider = (onMessage: (message: string) => void) => Provider; | ||
declare type JsonRpcProvider = (onMessage: (message: string) => void) => JsonRpcConnection; | ||
export { ConnectProvider, Provider }; | ||
export type { JsonRpcConnection, JsonRpcProvider }; |
@@ -1,2 +0,2 @@ | ||
"use strict";var s=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var v=Object.prototype.hasOwnProperty;var a=(r,e,d,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of t(e))!v.call(r,o)&&o!==d&&s(r,o,{get:()=>e[o],enumerable:!(i=n(e,o))||i.enumerable});return r};var c=r=>a(s({},"__esModule",{value:!0}),r);var g={};module.exports=c(g); | ||
"use strict";var i=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var p=(n,e,c,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of r(e))!d.call(n,o)&&o!==c&&i(n,o,{get:()=>e[o],enumerable:!(s=t(e,o))||s.enumerable});return n};var a=n=>p(i({},"__esModule",{value:!0}),n);var g={};module.exports=a(g); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@polkadot-api/json-rpc-provider", | ||
"version": "0.0.1-ff78a9d8298c091faf39fd801955e6b9cd778f50.1.0", | ||
"version": "0.0.1", | ||
"author": "Josep M Sobrepere (https://github.com/josepot)", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/paritytech/polkadot-api.git" | ||
"url": "git+https://github.com/polkadot-api/polkadot-api.git" | ||
}, | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5356