@solana/rpc-spec-types
Advanced tools
Comparing version 2.0.0-canary-20241031172011 to 2.0.0-canary-20241031172321
import { RpcRequest } from './rpc-request'; | ||
export declare function createRpcMessage<TParams>(request: RpcRequest<TParams>): { | ||
id: number; | ||
id: string; | ||
jsonrpc: string; | ||
@@ -5,0 +5,0 @@ method: string; |
@@ -7,3 +7,3 @@ import type { RpcRequest } from './rpc-request'; | ||
interface IHasIdentifier { | ||
readonly id: number; | ||
readonly id: string; | ||
} | ||
@@ -10,0 +10,0 @@ type RpcErrorResponsePayload = Readonly<{ |
{ | ||
"name": "@solana/rpc-spec-types", | ||
"version": "2.0.0-canary-20241031172011", | ||
"version": "2.0.0-canary-20241031172321", | ||
"description": "Shared generic JSON RPC specifications", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
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
111443