@ganache/utils
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Utility functions for @ganache packages", | ||
@@ -68,3 +68,3 @@ "author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)", | ||
}, | ||
"gitHead": "84e016a7c95a83d20c9ab0eb3e0369accad5715d" | ||
"gitHead": "14b3986761c0522d6c1e0ad542c9ad52a7e37bec" | ||
} |
@@ -8,3 +8,3 @@ import { Api, KnownKeys, OverloadedParameters } from "../types"; | ||
export declare type JsonRpcRequest<Ledger extends Api, Method extends KnownKeys<Ledger>> = JsonRpc & { | ||
readonly id: string; | ||
readonly id: string | number; | ||
readonly jsonrpc: string; | ||
@@ -11,0 +11,0 @@ readonly method: Method; |
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
157775