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

@solana/sysvars

Package Overview
Dependencies
Maintainers
1
Versions
792
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.1.0-canary-20241203191007 to 2.1.0-canary-20241205053408

1

dist/types/index.d.ts
export * from './clock';
export * from './epoch-rewards';
export * from './epoch-schedule';
export * from './fees';
export * from './last-restart-slot';

@@ -6,0 +5,0 @@ export * from './recent-blockhashes';

3

dist/types/sysvar.d.ts

@@ -9,3 +9,2 @@ import { type FetchAccountConfig, type MaybeAccount, type MaybeEncodedAccount } from '@solana/accounts';

export declare const SYSVAR_EPOCH_SCHEDULE_ADDRESS: Address<"SysvarEpochSchedu1e111111111111111111111111">;
export declare const SYSVAR_FEES_ADDRESS: Address<"SysvarFees111111111111111111111111111111111">;
export declare const SYSVAR_INSTRUCTIONS_ADDRESS: Address<"Sysvar1nstructions1111111111111111111111111">;

@@ -18,3 +17,3 @@ export declare const SYSVAR_LAST_RESTART_SLOT_ADDRESS: Address<"SysvarLastRestartS1ot1111111111111111111111">;

export declare const SYSVAR_STAKE_HISTORY_ADDRESS: Address<"SysvarStakeHistory1111111111111111111111111">;
type SysvarAddress = typeof SYSVAR_CLOCK_ADDRESS | typeof SYSVAR_EPOCH_REWARDS_ADDRESS | typeof SYSVAR_EPOCH_SCHEDULE_ADDRESS | typeof SYSVAR_FEES_ADDRESS | typeof SYSVAR_INSTRUCTIONS_ADDRESS | typeof SYSVAR_LAST_RESTART_SLOT_ADDRESS | typeof SYSVAR_RECENT_BLOCKHASHES_ADDRESS | typeof SYSVAR_RENT_ADDRESS | typeof SYSVAR_SLOT_HASHES_ADDRESS | typeof SYSVAR_SLOT_HISTORY_ADDRESS | typeof SYSVAR_STAKE_HISTORY_ADDRESS;
type SysvarAddress = typeof SYSVAR_CLOCK_ADDRESS | typeof SYSVAR_EPOCH_REWARDS_ADDRESS | typeof SYSVAR_EPOCH_SCHEDULE_ADDRESS | typeof SYSVAR_INSTRUCTIONS_ADDRESS | typeof SYSVAR_LAST_RESTART_SLOT_ADDRESS | typeof SYSVAR_RECENT_BLOCKHASHES_ADDRESS | typeof SYSVAR_RENT_ADDRESS | typeof SYSVAR_SLOT_HASHES_ADDRESS | typeof SYSVAR_SLOT_HISTORY_ADDRESS | typeof SYSVAR_STAKE_HISTORY_ADDRESS;
/**

@@ -21,0 +20,0 @@ * Fetch an encoded sysvar account.

{
"name": "@solana/sysvars",
"version": "2.1.0-canary-20241203191007",
"version": "2.1.0-canary-20241205053408",
"description": "An abstraction layer over signing messages and transactions in Solana",

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

"dependencies": {
"@solana/accounts": "2.1.0-canary-20241203191007",
"@solana/codecs": "2.1.0-canary-20241203191007",
"@solana/errors": "2.1.0-canary-20241203191007",
"@solana/rpc-types": "2.1.0-canary-20241203191007"
"@solana/accounts": "2.1.0-canary-20241205053408",
"@solana/rpc-types": "2.1.0-canary-20241205053408",
"@solana/codecs": "2.1.0-canary-20241205053408",
"@solana/errors": "2.1.0-canary-20241205053408"
},

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

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