Module staking_api

Source

Structs§

ApproveTermsOfServiceByProviderIdParams
struct for passing parameters to the method [approve_terms_of_service_by_provider_id]
ApproveTermsOfServiceByProviderIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
ClaimRewardsParams
struct for passing parameters to the method [claim_rewards]
ClaimRewardsParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetAllDelegationsParams
struct for passing parameters to the method [get_all_delegations]
GetAllDelegationsParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetChainInfoParams
struct for passing parameters to the method [get_chain_info]
GetChainInfoParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetDelegationByIdParams
struct for passing parameters to the method [get_delegation_by_id]
GetDelegationByIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
SplitParams
struct for passing parameters to the method [split]
SplitParamsBuilder
Use builder syntax to set the inputs and finish with build().
StakeParams
struct for passing parameters to the method [stake]
StakeParamsBuilder
Use builder syntax to set the inputs and finish with build().
StakingApiClient
UnstakeParams
struct for passing parameters to the method [unstake]
UnstakeParamsBuilder
Use builder syntax to set the inputs and finish with build().
WithdrawParams
struct for passing parameters to the method [withdraw]
WithdrawParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

ApproveTermsOfServiceByProviderIdError
struct for typed errors of method [approve_terms_of_service_by_provider_id]
ClaimRewardsError
struct for typed errors of method [claim_rewards]
GetAllDelegationsError
struct for typed errors of method [get_all_delegations]
GetChainInfoError
struct for typed errors of method [get_chain_info]
GetChainsError
struct for typed errors of method [get_chains]
GetDelegationByIdError
struct for typed errors of method [get_delegation_by_id]
GetProvidersError
struct for typed errors of method [get_providers]
GetSummaryByVaultError
struct for typed errors of method [get_summary_by_vault]
GetSummaryError
struct for typed errors of method [get_summary]
SplitError
struct for typed errors of method [split]
StakeError
struct for typed errors of method [stake]
UnstakeError
struct for typed errors of method [unstake]
WithdrawError
struct for typed errors of method [withdraw]

Traits§

StakingApi