Enum solana_client::rpc_request::RpcRequest [−][src]
pub enum RpcRequest {}Show 63 variants
DeregisterNode, GetAccountInfo, GetBalance, GetBlock, GetBlockHeight, GetBlockProduction, GetBlocks, GetBlocksWithLimit, GetBlockTime, GetClusterNodes, GetConfirmedBlock, GetConfirmedBlocks, GetConfirmedBlocksWithLimit, GetConfirmedSignaturesForAddress2, GetConfirmedTransaction, GetEpochInfo, GetEpochSchedule, GetFeeCalculatorForBlockhash, GetFeeRateGovernor, GetFees, GetFirstAvailableBlock, GetGenesisHash, GetHealth, GetIdentity, GetInflationGovernor, GetInflationRate, GetInflationReward, GetLargestAccounts, GetLeaderSchedule, GetMaxRetransmitSlot, GetMaxShredInsertSlot, GetMinimumBalanceForRentExemption, GetMultipleAccounts, GetProgramAccounts, GetRecentBlockhash, GetRecentPerformanceSamples, GetSnapshotSlot, GetSignaturesForAddress, GetSignatureStatuses, GetSlot, GetSlotLeader, GetSlotLeaders, GetStorageTurn, GetStorageTurnRate, GetSlotsPerSegment, GetStakeActivation, GetStoragePubkeysForSlot, GetSupply, GetTokenAccountBalance, GetTokenAccountsByDelegate, GetTokenAccountsByOwner, GetTokenSupply, GetTransaction, GetTransactionCount, GetVersion, GetVoteAccounts, MinimumLedgerSlot, RegisterNode, RequestAirdrop, SendTransaction, SimulateTransaction, SignVote, Custom { method: &'static str, },
Variants
👎 Deprecated since 1.7.0:
Please use RpcRequest::GetBlock instead
👎 Deprecated since 1.7.0:
Please use RpcRequest::GetBlocks instead
👎 Deprecated since 1.7.0:
Please use RpcRequest::GetBlocksWithLimit instead
👎 Deprecated since 1.7.0:
Please use RpcRequest::GetSignaturesForAddress instead
👎 Deprecated since 1.7.0:
Please use RpcRequest::GetTransaction instead
Fields of Custom
method: &'static str
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RpcRequest
impl Send for RpcRequest
impl Sync for RpcRequest
impl Unpin for RpcRequest
impl UnwindSafe for RpcRequest
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self