eth-provider-types
Advanced tools
Comparing version 0.2.0 to 0.2.1
# eth-provider-types | ||
## 0.2.1 | ||
### Patch Changes | ||
- [#368](https://github.com/BitskiCo/bitski-js/pull/368) [`44e28e6`](https://github.com/BitskiCo/bitski-js/commit/44e28e6a8d71c7c509bac56894ec62e5abb5d985) Thanks [@chronicIntrovert](https://github.com/chronicIntrovert)! - Allow single user operation to be sent | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
@@ -384,3 +384,6 @@ /** | ||
[EthMethod.eth_supportedEntryPoints]: void; | ||
[EthMethod.eth_sendUserOperation]: [userOperations: UserOperation[], entrypointAddress: string]; | ||
[EthMethod.eth_sendUserOperation]: [ | ||
userOperations: UserOperation | UserOperation[], | ||
entrypointAddress: string | ||
]; | ||
}; | ||
@@ -387,0 +390,0 @@ export declare type EthMethodResults = { |
{ | ||
"name": "eth-provider-types", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "TypeScript types for Ethereum providers, with types for every RPC method", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
39739
670