@solana/rpc-core
Advanced tools
Comparing version 2.0.0-experimental.9300d8b to 2.0.0-experimental.95bfd9f
@@ -27,2 +27,3 @@ import { IRpcApi } from '@solana/rpc-transport/dist/types/json-rpc-types'; | ||
import { MinimumLedgerSlotApi } from './minimumLedgerSlot'; | ||
import { RequestAirdropApi } from './requestAirdrop'; | ||
import { SendTransactionApi } from './sendTransaction'; | ||
@@ -32,5 +33,5 @@ type Config = Readonly<{ | ||
}>; | ||
export type SolanaRpcMethods = GetAccountInfoApi & GetBalanceApi & GetBlockHeightApi & GetBlockProductionApi & GetBlocksApi & GetBlockTimeApi & GetEpochInfoApi & GetEpochScheduleApi & GetFirstAvailableBlockApi & GetInflationRewardApi & GetLatestBlockhashApi & GetMaxRetransmitSlotApi & GetMaxShredInsertSlotApi & GetRecentPerformanceSamplesApi & GetSignaturesForAddressApi & GetSlotApi & GetSlotLeadersApi & GetStakeMinimumDelegationApi & GetSupplyApi & GetTokenLargestAccountsApi & GetTransactionApi & GetTransactionCountApi & GetVoteAccountsApi & IsBlockhashValidApi & MinimumLedgerSlotApi & SendTransactionApi; | ||
export type SolanaRpcMethods = GetAccountInfoApi & GetBalanceApi & GetBlockHeightApi & GetBlockProductionApi & GetBlocksApi & GetBlockTimeApi & GetEpochInfoApi & GetEpochScheduleApi & GetFirstAvailableBlockApi & GetInflationRewardApi & GetLatestBlockhashApi & GetMaxRetransmitSlotApi & GetMaxShredInsertSlotApi & GetRecentPerformanceSamplesApi & GetSignaturesForAddressApi & GetSlotApi & GetSlotLeadersApi & GetStakeMinimumDelegationApi & GetSupplyApi & GetTokenLargestAccountsApi & GetTransactionApi & GetTransactionCountApi & GetVoteAccountsApi & IsBlockhashValidApi & MinimumLedgerSlotApi & RequestAirdropApi & SendTransactionApi; | ||
export declare function createSolanaRpcApi(config?: Config): IRpcApi<SolanaRpcMethods>; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@solana/rpc-core", | ||
"version": "2.0.0-experimental.9300d8b", | ||
"version": "2.0.0-experimental.95bfd9f", | ||
"description": "A library for making calls to the Solana JSON RPC API", | ||
@@ -74,5 +74,5 @@ "exports": { | ||
"version-from-git": "^1.1.1", | ||
"@solana/keys": "2.0.0-experimental.9300d8b", | ||
"@solana/rpc-transport": "2.0.0-experimental.9300d8b", | ||
"@solana/transactions": "2.0.0-experimental.9300d8b", | ||
"@solana/keys": "2.0.0-experimental.95bfd9f", | ||
"@solana/rpc-transport": "2.0.0-experimental.95bfd9f", | ||
"@solana/transactions": "2.0.0-experimental.95bfd9f", | ||
"build-scripts": "0.0.0", | ||
@@ -79,0 +79,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
236422
90
2185
0