Enum solana_client::blockhash_query::BlockhashQuery [−][src]
Variants
FeeCalculator(Source, Hash)
All(Source)
Implementations
pub fn get_blockhash_and_fee_calculator(
&self,
rpc_client: &RpcClient,
commitment: CommitmentConfig
) -> Result<(Hash, FeeCalculator), Box<dyn Error>>
[src]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 BlockhashQuery
impl Send for BlockhashQuery
impl Sync for BlockhashQuery
impl Unpin for BlockhashQuery
impl UnwindSafe for BlockhashQuery
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V