package
1.23.6
Repository: https://github.com/emerishq/demeris-api-server.git
Documentation: pkg.go.dev

# Functions

GetBalancesByAddress returns account of an address.
GetDelegationsByAddress returns staking account of an address.
GetDelegatorRewards returns the delegations rewards of an address on a chain @Summary Gets delegation rewards @Description gets delegation rewards @Tags Account @ID get-delegation-rewards-account @Produce json @Param address path string true "address to query delegation rewards for" @Param chain path string true "chain to query delegation rewards for" @Success 200 {object} DelegatorRewardsResponse @Failure 500,403 {object} apierrors.UserFacingError @Router /account/{address}/delegatorrewards/{chain} [get].
GetNumbersByAddress returns sequence and account number of an address.
GetUnbondingDelegationsByAddress returns the unbonding delegations of an address @Summary Gets unbonding delegations @Description gets unbonding delegations @Tags Account @ID get-unbonding-delegations-account @Produce json @Param address path string true "address to query unbonding delegations for" @Success 200 {object} UnbondingDelegationsResponse @Failure 500,403 {object} apierrors.UserFacingError @Router /account/{address}/unbondingdelegations [get].
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author