Enum solana_client::rpc_request::RpcRequest [−][src]
pub enum RpcRequest {}Show variants
DeregisterNode, GetAccountInfo, GetBalance, GetBlockProduction, GetBlockTime, GetClusterNodes, GetConfirmedBlock, GetConfirmedBlocks, GetConfirmedBlocksWithLimit, GetConfirmedSignaturesForAddress, GetConfirmedSignaturesForAddress2, GetConfirmedTransaction, GetEpochInfo, GetEpochSchedule, GetFeeCalculatorForBlockhash, GetFeeRateGovernor, GetFees, GetFirstAvailableBlock, GetGenesisHash, GetHealth, GetIdentity, GetInflationGovernor, GetInflationRate, GetInflationReward, GetLargestAccounts, GetLeaderSchedule, GetMaxRetransmitSlot, GetMaxShredInsertSlot, GetMinimumBalanceForRentExemption, GetMultipleAccounts, GetProgramAccounts, GetRecentBlockhash, GetRecentPerformanceSamples, GetSnapshotSlot, GetSignatureStatuses, GetSlot, GetSlotLeader, GetSlotLeaders, GetStorageTurn, GetStorageTurnRate, GetSlotsPerSegment, GetStakeActivation, GetStoragePubkeysForSlot, GetSupply, GetTokenAccountBalance, GetTokenAccountsByDelegate, GetTokenAccountsByOwner, GetTokenSupply, GetTotalSupply, GetTransactionCount, GetVersion, GetVoteAccounts, MinimumLedgerSlot, RegisterNode, RequestAirdrop, SendTransaction, SimulateTransaction, SignVote,
Variants
👎 Deprecated since 1.5.19:
Please use RpcRequest::GetConfirmedSignaturesForAddress2 instead
👎 Deprecated since 1.5.19:
Please use RpcRequest::GetSupply instead
Trait Implementations
impl Clone for RpcRequest
[src]
impl Clone for RpcRequest
[src]fn clone(&self) -> RpcRequest
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for RpcRequest
[src]
impl Copy for RpcRequest
[src]impl Eq for RpcRequest
[src]
impl Eq for RpcRequest
[src]impl Hash for RpcRequest
[src]
impl Hash for RpcRequest
[src]impl PartialEq<RpcRequest> for RpcRequest
[src]
impl PartialEq<RpcRequest> for RpcRequest
[src]impl StructuralEq for RpcRequest
[src]
impl StructuralEq for RpcRequest
[src]impl StructuralPartialEq for RpcRequest
[src]
impl StructuralPartialEq for RpcRequest
[src]Auto Trait Implementations
impl RefUnwindSafe for RpcRequest
impl RefUnwindSafe for RpcRequest
impl Send for RpcRequest
impl Send for RpcRequest
impl Sync for RpcRequest
impl Sync for RpcRequest
impl Unpin for RpcRequest
impl Unpin for RpcRequest
impl UnwindSafe for RpcRequest
impl UnwindSafe for RpcRequest
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,