Enum solana_client::blockhash_query::BlockhashQuery [−][src]
Variants
FeeCalculator(Source, Hash)
Tuple Fields of FeeCalculator
0: Source
1: Hash
All(Source)
Tuple Fields of All
0: Source
Implementations
pub fn get_blockhash_and_fee_calculator(
&self,
rpc_client: &RpcClient,
commitment: CommitmentConfig
) -> Result<(Hash, FeeCalculator), Box<dyn Error>>
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
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