@solana/accounts
Advanced tools
Comparing version 2.0.0-canary-20241027103025 to 2.0.0-canary-20241027112806
import type { Address } from '@solana/addresses'; | ||
import { ReadonlyUint8Array } from '@solana/codecs-core'; | ||
import type { LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types'; | ||
import type { Lamports } from '@solana/rpc-types'; | ||
/** The amount of bytes required to store the base account information without its data. */ | ||
@@ -9,3 +9,3 @@ export declare const BASE_ACCOUNT_SIZE = 128; | ||
readonly executable: boolean; | ||
readonly lamports: LamportsUnsafeBeyond2Pow53Minus1; | ||
readonly lamports: Lamports; | ||
readonly programAddress: Address; | ||
@@ -12,0 +12,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
import type { U64UnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types'; | ||
import type { U64 } from '@solana/rpc-types'; | ||
export type JsonParsedDataResponse<TData = object> = Readonly<{ | ||
@@ -8,4 +8,4 @@ parsed: { | ||
program: string; | ||
space: U64UnsafeBeyond2Pow53Minus1; | ||
space: U64; | ||
}>; | ||
//# sourceMappingURL=common.d.ts.map |
{ | ||
"name": "@solana/accounts", | ||
"version": "2.0.0-canary-20241027103025", | ||
"version": "2.0.0-canary-20241027112806", | ||
"description": "Helpers for representing, fetching and decoding Solana accounts", | ||
@@ -57,8 +57,8 @@ "exports": { | ||
"dependencies": { | ||
"@solana/addresses": "2.0.0-canary-20241027103025", | ||
"@solana/codecs-strings": "2.0.0-canary-20241027103025", | ||
"@solana/errors": "2.0.0-canary-20241027103025", | ||
"@solana/rpc-types": "2.0.0-canary-20241027103025", | ||
"@solana/rpc-spec": "2.0.0-canary-20241027103025", | ||
"@solana/codecs-core": "2.0.0-canary-20241027103025" | ||
"@solana/addresses": "2.0.0-canary-20241027112806", | ||
"@solana/codecs-strings": "2.0.0-canary-20241027112806", | ||
"@solana/rpc-spec": "2.0.0-canary-20241027112806", | ||
"@solana/errors": "2.0.0-canary-20241027112806", | ||
"@solana/rpc-types": "2.0.0-canary-20241027112806", | ||
"@solana/codecs-core": "2.0.0-canary-20241027112806" | ||
}, | ||
@@ -65,0 +65,0 @@ "peerDependencies": { |
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
167773
+ Added@solana/addresses@2.0.0-canary-20241027112806(transitive)
+ Added@solana/assertions@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs-core@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs-numbers@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs-strings@2.0.0-canary-20241027112806(transitive)
+ Added@solana/errors@2.0.0-canary-20241027112806(transitive)
+ Added@solana/rpc-spec@2.0.0-canary-20241027112806(transitive)
+ Added@solana/rpc-spec-types@2.0.0-canary-20241027112806(transitive)
+ Added@solana/rpc-types@2.0.0-canary-20241027112806(transitive)
- Removed@solana/addresses@2.0.0-canary-20241027103025(transitive)
- Removed@solana/assertions@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs-core@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs-numbers@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs-strings@2.0.0-canary-20241027103025(transitive)
- Removed@solana/errors@2.0.0-canary-20241027103025(transitive)
- Removed@solana/rpc-spec@2.0.0-canary-20241027103025(transitive)
- Removed@solana/rpc-spec-types@2.0.0-canary-20241027103025(transitive)
- Removed@solana/rpc-types@2.0.0-canary-20241027103025(transitive)