Socket
Socket
Sign inDemoInstall

@solana/rpc-parsed-types

Package Overview
Dependencies
Maintainers
15
Versions
847
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-experimental.a81a78e to 2.0.0-experimental.af9f012

3

dist/types/address-lookup-table-accounts.d.ts
import type { Address } from '@solana/addresses';
import type { StringifiedBigInt } from '@solana/rpc-types';
export type JsonParsedAddressLookupTableAccount = Readonly<{
import { RpcParsedInfo } from './rpc-parsed-type.js';
export type JsonParsedAddressLookupTableAccount = RpcParsedInfo<{
addresses: readonly Address[];

@@ -5,0 +6,0 @@ authority?: Address;

import { Address } from '@solana/addresses';
import type { Blockhash, StringifiedBigInt } from '@solana/rpc-types';
export type JsonParsedNonceAccount = Readonly<{
import { RpcParsedInfo } from './rpc-parsed-type.js';
export type JsonParsedNonceAccount = RpcParsedInfo<{
authority: Address;

@@ -5,0 +6,0 @@ blockhash: Blockhash;

@@ -5,2 +5,5 @@ export type RpcParsedType<TType extends string, TInfo> = Readonly<{

}>;
export type RpcParsedInfo<TInfo> = Readonly<{
info: TInfo;
}>;
//# sourceMappingURL=rpc-parsed-type.d.ts.map
import { Address } from '@solana/addresses';
import { Epoch, Slot, StringifiedBigInt, UnixTimestamp } from '@solana/rpc-types';
export type JsonParsedVoteAccount = Readonly<{
import { RpcParsedInfo } from './rpc-parsed-type.js';
export type JsonParsedVoteAccount = RpcParsedInfo<{
authorizedVoters: Readonly<{

@@ -5,0 +6,0 @@ authorizedVoter: Address;

{
"name": "@solana/rpc-parsed-types",
"version": "2.0.0-experimental.a81a78e",
"version": "2.0.0-experimental.af9f012",
"description": "Type definitions for parsed types used in the Solana RPC",

@@ -61,4 +61,4 @@ "exports": {

"version-from-git": "^1.1.1",
"@solana/addresses": "2.0.0-experimental.a81a78e",
"@solana/rpc-types": "2.0.0-experimental.a81a78e",
"@solana/addresses": "2.0.0-experimental.af9f012",
"@solana/rpc-types": "2.0.0-experimental.af9f012",
"build-scripts": "0.0.0",

@@ -65,0 +65,0 @@ "test-config": "0.0.0",

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