Struct terra_rust_api::client::auth::Auth [−][src]
pub struct Auth<'a> { /* fields omitted */ }
Implementations
pub async fn account(
&self,
account_address: &str
) -> Result<LCDResult<LCDTypeValue<AuthAccount>>, TerraRustAPIError>
pub async fn validator_delegations(
&self,
account_address: &str
) -> Result<LCDResultVec<ValidatorDelegation>, TerraRustAPIError>
pub async fn validator_delegations(
&self,
account_address: &str
) -> Result<LCDResultVec<ValidatorDelegation>, TerraRustAPIError>
all delegations for a given account
pub async fn validator_unbonding_delegations(
&self,
account_address: &str
) -> Result<LCDResult<ValidatorUnbondingDelegation>, TerraRustAPIError>
pub async fn validator_unbonding_delegations(
&self,
account_address: &str
) -> Result<LCDResult<ValidatorUnbondingDelegation>, TerraRustAPIError>
all unbonding delegations for a given account
pub async fn delegated_validators(
&self,
account_address: &str
) -> Result<LCDResult<Vec<Validator>>, TerraRustAPIError>
pub async fn delegated_validators(
&self,
account_address: &str
) -> Result<LCDResult<Vec<Validator>>, TerraRustAPIError>
all validators for a given account
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Auth<'a>
impl<'a> !UnwindSafe for Auth<'a>
Blanket Implementations
Mutably borrows from an owned value. 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