Enum solana_client::rpc_request::RpcRequest
source · [−]pub enum RpcRequest {
Show 67 variants
Custom {
method: &'static str,
},
DeregisterNode,
GetAccountInfo,
GetBalance,
GetBlock,
GetBlockHeight,
GetBlockProduction,
GetBlocks,
GetBlocksWithLimit,
GetBlockTime,
GetClusterNodes,
GetConfirmedBlock,
GetConfirmedBlocks,
GetConfirmedBlocksWithLimit,
GetConfirmedSignaturesForAddress2,
GetConfirmedTransaction,
GetEpochInfo,
GetEpochSchedule,
GetFeeCalculatorForBlockhash,
GetFeeForMessage,
GetFeeRateGovernor,
GetFees,
GetFirstAvailableBlock,
GetGenesisHash,
GetHealth,
GetIdentity,
GetInflationGovernor,
GetInflationRate,
GetInflationReward,
GetLargestAccounts,
GetLatestBlockhash,
GetLeaderSchedule,
GetMaxRetransmitSlot,
GetMaxShredInsertSlot,
GetMinimumBalanceForRentExemption,
GetMultipleAccounts,
GetProgramAccounts,
GetRecentBlockhash,
GetRecentPerformanceSamples,
GetHighestSnapshotSlot,
GetSnapshotSlot,
GetSignaturesForAddress,
GetSignatureStatuses,
GetSlot,
GetSlotLeader,
GetSlotLeaders,
GetStorageTurn,
GetStorageTurnRate,
GetSlotsPerSegment,
GetStakeActivation,
GetStoragePubkeysForSlot,
GetSupply,
GetTokenAccountBalance,
GetTokenAccountsByDelegate,
GetTokenAccountsByOwner,
GetTokenSupply,
GetTransaction,
GetTransactionCount,
GetVersion,
GetVoteAccounts,
IsBlockhashValid,
MinimumLedgerSlot,
RegisterNode,
RequestAirdrop,
SendTransaction,
SimulateTransaction,
SignVote,
}
Variants
Custom
Fields
method: &'static str
DeregisterNode
GetAccountInfo
GetBalance
GetBlock
GetBlockHeight
GetBlockProduction
GetBlocks
GetBlocksWithLimit
GetBlockTime
GetClusterNodes
GetConfirmedBlock
Please use RpcRequest::GetBlock instead
GetConfirmedBlocks
Please use RpcRequest::GetBlocks instead
GetConfirmedBlocksWithLimit
Please use RpcRequest::GetBlocksWithLimit instead
GetConfirmedSignaturesForAddress2
Please use RpcRequest::GetSignaturesForAddress instead
GetConfirmedTransaction
Please use RpcRequest::GetTransaction instead
GetEpochInfo
GetEpochSchedule
GetFeeCalculatorForBlockhash
Please use RpcRequest::GetFeeForMessage instead
GetFeeForMessage
GetFeeRateGovernor
Please do not use, will no longer be available in the future
GetFees
Please use RpcRequest::GetFeeForMessage instead
GetFirstAvailableBlock
GetGenesisHash
GetHealth
GetIdentity
GetInflationGovernor
GetInflationRate
GetInflationReward
GetLargestAccounts
GetLatestBlockhash
GetLeaderSchedule
GetMaxRetransmitSlot
GetMaxShredInsertSlot
GetMinimumBalanceForRentExemption
GetMultipleAccounts
GetProgramAccounts
GetRecentBlockhash
Please use RpcRequest::GetLatestBlockhash instead
GetRecentPerformanceSamples
GetHighestSnapshotSlot
GetSnapshotSlot
Please use RpcRequest::GetHighestSnapshotSlot instead
GetSignaturesForAddress
GetSignatureStatuses
GetSlot
GetSlotLeader
GetSlotLeaders
GetStorageTurn
GetStorageTurnRate
GetSlotsPerSegment
GetStakeActivation
GetStoragePubkeysForSlot
GetSupply
GetTokenAccountBalance
GetTokenAccountsByDelegate
GetTokenAccountsByOwner
GetTokenSupply
GetTransaction
GetTransactionCount
GetVersion
GetVoteAccounts
IsBlockhashValid
MinimumLedgerSlot
RegisterNode
RequestAirdrop
SendTransaction
SimulateTransaction
SignVote
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.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more