@solana/rpc-types
Advanced tools
Comparing version 2.0.0-canary-20240827085118 to 2.0.0-canary-20240827200741
@@ -1,7 +0,7 @@ | ||
export type UnixTimestamp = number & { | ||
export type UnixTimestamp = bigint & { | ||
readonly __brand: unique symbol; | ||
}; | ||
export declare function isUnixTimestamp(putativeTimestamp: number): putativeTimestamp is UnixTimestamp; | ||
export declare function assertIsUnixTimestamp(putativeTimestamp: number): asserts putativeTimestamp is UnixTimestamp; | ||
export declare function unixTimestamp(putativeTimestamp: number): UnixTimestamp; | ||
export declare function isUnixTimestamp(putativeTimestamp: bigint): putativeTimestamp is UnixTimestamp; | ||
export declare function assertIsUnixTimestamp(putativeTimestamp: bigint): asserts putativeTimestamp is UnixTimestamp; | ||
export declare function unixTimestamp(putativeTimestamp: bigint): UnixTimestamp; | ||
//# sourceMappingURL=unix-timestamp.d.ts.map |
{ | ||
"name": "@solana/rpc-types", | ||
"version": "2.0.0-canary-20240827085118", | ||
"version": "2.0.0-canary-20240827200741", | ||
"description": "Type definitions for values used in the Solana RPC, and helper functions for working with them", | ||
@@ -49,7 +49,7 @@ "exports": { | ||
"dependencies": { | ||
"@solana/addresses": "2.0.0-canary-20240827085118", | ||
"@solana/codecs-core": "2.0.0-canary-20240827085118", | ||
"@solana/codecs-numbers": "2.0.0-canary-20240827085118", | ||
"@solana/codecs-strings": "2.0.0-canary-20240827085118", | ||
"@solana/errors": "2.0.0-canary-20240827085118" | ||
"@solana/addresses": "2.0.0-canary-20240827200741", | ||
"@solana/codecs-core": "2.0.0-canary-20240827200741", | ||
"@solana/codecs-numbers": "2.0.0-canary-20240827200741", | ||
"@solana/errors": "2.0.0-canary-20240827200741", | ||
"@solana/codecs-strings": "2.0.0-canary-20240827200741" | ||
}, | ||
@@ -56,0 +56,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
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
+ Added@solana/addresses@2.0.0-canary-20240827200741(transitive)
+ Added@solana/assertions@2.0.0-canary-20240827200741(transitive)
+ Added@solana/codecs-core@2.0.0-canary-20240827200741(transitive)
+ Added@solana/codecs-numbers@2.0.0-canary-20240827200741(transitive)
+ Added@solana/codecs-strings@2.0.0-canary-20240827200741(transitive)
+ Added@solana/errors@2.0.0-canary-20240827200741(transitive)
- Removed@solana/addresses@2.0.0-canary-20240827085118(transitive)
- Removed@solana/assertions@2.0.0-canary-20240827085118(transitive)
- Removed@solana/codecs-core@2.0.0-canary-20240827085118(transitive)
- Removed@solana/codecs-numbers@2.0.0-canary-20240827085118(transitive)
- Removed@solana/codecs-strings@2.0.0-canary-20240827085118(transitive)
- Removed@solana/errors@2.0.0-canary-20240827085118(transitive)