Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solana/sysvars

Package Overview
Dependencies
Maintainers
0
Versions
736
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/sysvars - npm Package Compare versions

Comparing version 2.0.0-canary-20241027103025 to 2.0.0-canary-20241027112806

6

dist/types/clock.d.ts

@@ -5,3 +5,3 @@ import { type FetchAccountConfig } from '@solana/accounts';

import type { Rpc } from '@solana/rpc-spec';
import type { Epoch, Slot, UnixTimestampUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import type { Epoch, Slot, UnixTimestamp } from '@solana/rpc-types';
type SysvarClockSize = 40;

@@ -15,6 +15,6 @@ /**

epoch: Epoch;
epochStartTimestamp: UnixTimestampUnsafeBeyond2Pow53Minus1;
epochStartTimestamp: UnixTimestamp;
leaderScheduleEpoch: Epoch;
slot: Slot;
unixTimestamp: UnixTimestampUnsafeBeyond2Pow53Minus1;
unixTimestamp: UnixTimestamp;
}>;

@@ -21,0 +21,0 @@ export declare function getSysvarClockEncoder(): FixedSizeEncoder<SysvarClock, SysvarClockSize>;

@@ -5,5 +5,5 @@ import { type FetchAccountConfig } from '@solana/accounts';

import type { Rpc } from '@solana/rpc-spec';
import { LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import { Lamports } from '@solana/rpc-types';
type FeeCalculator = Readonly<{
lamportsPerSignature: LamportsUnsafeBeyond2Pow53Minus1;
lamportsPerSignature: Lamports;
}>;

@@ -10,0 +10,0 @@ type SysvarFeesSize = 8;

@@ -5,5 +5,5 @@ import { type FetchAccountConfig } from '@solana/accounts';

import type { Rpc } from '@solana/rpc-spec';
import { type Blockhash, type LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import { type Blockhash, type Lamports } from '@solana/rpc-types';
type FeeCalculator = Readonly<{
lamportsPerSignature: LamportsUnsafeBeyond2Pow53Minus1;
lamportsPerSignature: Lamports;
}>;

@@ -10,0 +10,0 @@ type Entry = Readonly<{

@@ -5,3 +5,3 @@ import { type FetchAccountConfig } from '@solana/accounts';

import type { Rpc } from '@solana/rpc-spec';
import { type LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import { type Lamports } from '@solana/rpc-types';
type SysvarRentSize = 17;

@@ -16,3 +16,3 @@ /**

exemptionThreshold: number;
lamportsPerByteYear: LamportsUnsafeBeyond2Pow53Minus1;
lamportsPerByteYear: Lamports;
}>;

@@ -19,0 +19,0 @@ export declare function getSysvarRentEncoder(): FixedSizeEncoder<SysvarRent, SysvarRentSize>;

@@ -5,7 +5,7 @@ import { type FetchAccountConfig } from '@solana/accounts';

import type { Rpc } from '@solana/rpc-spec';
import { type LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import { type Lamports } from '@solana/rpc-types';
type Entry = Readonly<{
activating: LamportsUnsafeBeyond2Pow53Minus1;
deactivating: LamportsUnsafeBeyond2Pow53Minus1;
effective: LamportsUnsafeBeyond2Pow53Minus1;
activating: Lamports;
deactivating: Lamports;
effective: Lamports;
}>;

@@ -12,0 +12,0 @@ /**

{
"name": "@solana/sysvars",
"version": "2.0.0-canary-20241027103025",
"version": "2.0.0-canary-20241027112806",
"description": "An abstraction layer over signing messages and transactions in Solana",

@@ -60,6 +60,6 @@ "exports": {

"dependencies": {
"@solana/accounts": "2.0.0-canary-20241027103025",
"@solana/codecs": "2.0.0-canary-20241027103025",
"@solana/errors": "2.0.0-canary-20241027103025",
"@solana/rpc-types": "2.0.0-canary-20241027103025"
"@solana/codecs": "2.0.0-canary-20241027112806",
"@solana/errors": "2.0.0-canary-20241027112806",
"@solana/rpc-types": "2.0.0-canary-20241027112806",
"@solana/accounts": "2.0.0-canary-20241027112806"
},

@@ -66,0 +66,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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc