Struct mintscan::Mintscan [−][src]
pub struct Mintscan { /* fields omitted */ }Expand description
Mintscan API client.
Implementations
Create a new Mintscan client for the given API hostname
(e.g. api.cosmostation.io)
Get /v1/staking/validator endpoint.
Accepts a Bech32-encoded account address for the validator.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Mintscan
impl !UnwindSafe for Mintscan
Blanket Implementations
Mutably borrows from an owned value. Read more
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