@solana/rpc-parsed-types
Advanced tools
Comparing version 2.0.0-experimental.651e653 to 2.0.0-experimental.6725a9f
import type { Address } from '@solana/addresses'; | ||
import type { StringifiedBigInt } from '@solana/rpc-types'; | ||
export type JsonParsedAddressLookupTableAccount = Readonly<{ | ||
import { RpcParsedInfo } from './rpc-parsed-type.js'; | ||
export type JsonParsedAddressLookupTableAccount = RpcParsedInfo<{ | ||
addresses: readonly Address[]; | ||
@@ -5,0 +6,0 @@ authority?: Address; |
import { Address } from '@solana/addresses'; | ||
import type { Blockhash, StringifiedBigInt } from '@solana/rpc-types'; | ||
export type JsonParsedNonceAccount = Readonly<{ | ||
import { RpcParsedInfo } from './rpc-parsed-type.js'; | ||
export type JsonParsedNonceAccount = RpcParsedInfo<{ | ||
authority: Address; | ||
@@ -5,0 +6,0 @@ blockhash: Blockhash; |
@@ -5,2 +5,5 @@ export type RpcParsedType<TType extends string, TInfo> = Readonly<{ | ||
}>; | ||
export type RpcParsedInfo<TInfo> = Readonly<{ | ||
info: TInfo; | ||
}>; | ||
//# sourceMappingURL=rpc-parsed-type.d.ts.map |
import { Address } from '@solana/addresses'; | ||
import { Epoch, Slot, StringifiedBigInt, UnixTimestamp } from '@solana/rpc-types'; | ||
export type JsonParsedVoteAccount = Readonly<{ | ||
import { RpcParsedInfo } from './rpc-parsed-type.js'; | ||
export type JsonParsedVoteAccount = RpcParsedInfo<{ | ||
authorizedVoters: Readonly<{ | ||
@@ -5,0 +6,0 @@ authorizedVoter: Address; |
{ | ||
"name": "@solana/rpc-parsed-types", | ||
"version": "2.0.0-experimental.651e653", | ||
"version": "2.0.0-experimental.6725a9f", | ||
"description": "Type definitions for parsed types used in the Solana RPC", | ||
@@ -61,5 +61,5 @@ "exports": { | ||
"version-from-git": "^1.1.1", | ||
"@solana/rpc-types": "2.0.0-experimental.651e653", | ||
"@solana/addresses": "2.0.0-experimental.6725a9f", | ||
"@solana/rpc-types": "2.0.0-experimental.6725a9f", | ||
"build-scripts": "0.0.0", | ||
"@solana/addresses": "2.0.0-experimental.651e653", | ||
"test-config": "0.0.0", | ||
@@ -66,0 +66,0 @@ "tsconfig": "0.0.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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22307
224
0