@solana/rpc-transport
Advanced tools
Comparing version 2.0.0-experimental.77f78a8 to 2.0.0-experimental.7b00896
export declare const SolanaJsonRpcErrorCode: { | ||
readonly JSON_RPC_INVALID_PARAMS: -32602; | ||
readonly JSON_RPC_SCAN_ERROR: -32012; | ||
@@ -3,0 +4,0 @@ readonly JSON_RPC_SERVER_ERROR_BLOCK_CLEANED_UP: -32001; |
{ | ||
"name": "@solana/rpc-transport", | ||
"version": "2.0.0-experimental.77f78a8", | ||
"version": "2.0.0-experimental.7b00896", | ||
"description": "Network transports for accessing the Solana JSON RPC API", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -40,3 +40,3 @@ [![npm][npm-image]][npm-url] | ||
```ts | ||
rpc.getBlocks(1, 20); | ||
rpc.getBlocks(1, 20).send(); | ||
``` | ||
@@ -43,0 +43,0 @@ |
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
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
1203
122365
24