@solana/rpc-transport-http
Advanced tools
Comparing version 2.0.0-canary-20241022085200 to 2.0.0-canary-20241022171857
@@ -1,2 +0,2 @@ | ||
declare const SOLANA_RPC_METHODS: readonly ["getAccountInfo", "getBalance", "getBlock", "getBlockCommitment", "getBlockHeight", "getBlockProduction", "getBlocks", "getBlocksWithLimit", "getBlockTime", "getClusterNodes", "getEpochInfo", "getEpochSchedule", "getFeeForMessage", "getFirstAvailableBlock", "getGenesisHash", "getHealth", "getHighestSnapshotSlot", "getIdentity", "getInflationGovernor", "getInflationRate", "getInflationReward", "getLargestAccounts", "getLatestBlockhash", "getLeaderSchedule", "getMaxRetransmitSlot", "getMaxShredInsertSlot", "getMinimumBalanceForRentExemption", "getMultipleAccounts", "getProgramAccounts", "getRecentPerformanceSamples", "getRecentPrioritizationFees", "getSignaturesForAddress", "getSignatureStatuses", "getSlot", "getSlotLeader", "getSlotLeaders", "getStakeActivation", "getStakeMinimumDelegation", "getSupply", "getTokenAccountBalance", "getTokenAccountsByDelegate", "getTokenAccountsByOwner", "getTokenLargestAccounts", "getTokenSupply", "getTransaction", "getTransactionCount", "getVersion", "getVoteAccounts", "index", "isBlockhashValid", "minimumLedgerSlot", "requestAirdrop", "sendTransaction", "simulateTransaction"]; | ||
declare const SOLANA_RPC_METHODS: readonly ["getAccountInfo", "getBalance", "getBlock", "getBlockCommitment", "getBlockHeight", "getBlockProduction", "getBlocks", "getBlocksWithLimit", "getBlockTime", "getClusterNodes", "getEpochInfo", "getEpochSchedule", "getFeeForMessage", "getFirstAvailableBlock", "getGenesisHash", "getHealth", "getHighestSnapshotSlot", "getIdentity", "getInflationGovernor", "getInflationRate", "getInflationReward", "getLargestAccounts", "getLatestBlockhash", "getLeaderSchedule", "getMaxRetransmitSlot", "getMaxShredInsertSlot", "getMinimumBalanceForRentExemption", "getMultipleAccounts", "getProgramAccounts", "getRecentPerformanceSamples", "getRecentPrioritizationFees", "getSignaturesForAddress", "getSignatureStatuses", "getSlot", "getSlotLeader", "getSlotLeaders", "getStakeMinimumDelegation", "getSupply", "getTokenAccountBalance", "getTokenAccountsByDelegate", "getTokenAccountsByOwner", "getTokenLargestAccounts", "getTokenSupply", "getTransaction", "getTransactionCount", "getVersion", "getVoteAccounts", "index", "isBlockhashValid", "minimumLedgerSlot", "requestAirdrop", "sendTransaction", "simulateTransaction"]; | ||
/** | ||
@@ -3,0 +3,0 @@ * Helper function that checks if a given `RpcRequest` comes from the Solana RPC API. |
{ | ||
"name": "@solana/rpc-transport-http", | ||
"version": "2.0.0-canary-20241022085200", | ||
"version": "2.0.0-canary-20241022171857", | ||
"description": "An RPC transport that uses HTTP requests", | ||
@@ -58,4 +58,4 @@ "exports": { | ||
"undici-types": "^6.20.0", | ||
"@solana/rpc-spec": "2.0.0-canary-20241022085200", | ||
"@solana/errors": "2.0.0-canary-20241022085200" | ||
"@solana/rpc-spec": "2.0.0-canary-20241022171857", | ||
"@solana/errors": "2.0.0-canary-20241022171857" | ||
}, | ||
@@ -62,0 +62,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
171564
1332
+ Added@solana/errors@2.0.0-canary-20241022171857(transitive)
+ Added@solana/rpc-spec@2.0.0-canary-20241022171857(transitive)
+ Added@solana/rpc-spec-types@2.0.0-canary-20241022171857(transitive)
- Removed@solana/errors@2.0.0-canary-20241022085200(transitive)
- Removed@solana/rpc-spec@2.0.0-canary-20241022085200(transitive)
- Removed@solana/rpc-spec-types@2.0.0-canary-20241022085200(transitive)