Socket
Socket
Sign inDemoInstall

@solana/rpc-parsed-types

Package Overview
Dependencies
Maintainers
14
Versions
871
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/rpc-parsed-types - npm Package Compare versions

Comparing version 2.0.0-canary-20240827200741 to 2.0.0-canary-20240827201010

4

dist/types/stake-accounts.d.ts
import { Address } from '@solana/addresses';
import { StringifiedBigInt, UnixTimestamp } from '@solana/rpc-types';
import { StringifiedBigInt, UnixTimestampUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import { RpcParsedType } from './rpc-parsed-type';

@@ -13,3 +13,3 @@ type JsonParsedStakeAccount = Readonly<{

epoch: bigint;
unixTimestamp: UnixTimestamp;
unixTimestamp: UnixTimestampUnsafeBeyond2Pow53Minus1;
}>;

@@ -16,0 +16,0 @@ rentExemptReserve: StringifiedBigInt;

@@ -1,2 +0,2 @@

import type { Blockhash, Epoch, Slot, StringifiedBigInt, UnixTimestamp } from '@solana/rpc-types';
import type { Blockhash, Epoch, Slot, StringifiedBigInt, UnixTimestampUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import { RpcParsedType } from './rpc-parsed-type';

@@ -8,6 +8,6 @@ type FeeCalculator = Readonly<{

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

@@ -14,0 +14,0 @@ type JsonParsedEpochScheduleAccount = Readonly<{

import { Address } from '@solana/addresses';
import { Epoch, Slot, StringifiedBigInt, UnixTimestamp } from '@solana/rpc-types';
import { Epoch, Slot, StringifiedBigInt, UnixTimestampUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import { RpcParsedInfo } from './rpc-parsed-type';

@@ -18,3 +18,3 @@ export type JsonParsedVoteAccount = RpcParsedInfo<{

slot: Slot;
timestamp: UnixTimestamp;
timestamp: UnixTimestampUnsafeBeyond2Pow53Minus1;
}>;

@@ -21,0 +21,0 @@ nodePubkey: Address;

{
"name": "@solana/rpc-parsed-types",
"version": "2.0.0-canary-20240827200741",
"version": "2.0.0-canary-20240827201010",
"description": "Type definitions for parsed types used in the Solana RPC",

@@ -5,0 +5,0 @@ "exports": {

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