Versions in this module Expand all Collapse all v0 v0.5.0 Mar 23, 2022 Changes in this version + func AddressIdQuery(db *gorm.DB, address string) *gorm.DB + func ConfigureRoutes(g *gin.RouterGroup) + func HandleGetAccountAddresses(c *gin.Context) + func HandleGetAccountAssets(c *gin.Context) + func HandleGetAccountHistory(c *gin.Context) + func HandleGetAccountInfo(c *gin.Context) + func HandleGetAccountList(c *gin.Context) + func HandleGetAccountRewards(c *gin.Context) + func HandleGetAccountUpdates(c *gin.Context) + func LatestWithdrawalEpochQuery(db *gorm.DB, i uint64) *gorm.DB + func LatestWithdrawalTxQuery(db *gorm.DB, i uint64) *gorm.DB + func TxOutQuery(db *gorm.DB) *gorm.DB + type Account struct + DelegatedPool string + Reserves uint64 + Rewards uint64 + RewardsAvailable uint64 + Status string + TotalBalance uint64 + Treasury uint64 + Utxo uint64 + Withdrawals uint64 + type AccountId struct + Id string + type AccountIdResponse struct + Id string + func NewAccountListResponse(a *AccountId) *AccountIdResponse + type AccountResponse struct + DelegatedPool string + Reserves string + Rewards string + RewardsAvailable string + Status string + TotalBalance string + Treasury string + Utxo string + Withdrawals string + func NewAccountResponse(a *Account) *AccountResponse + type Address struct + Address string + type AddressResponse struct + Address string + func NewAddressResponse(a *Address) *AddressResponse + type Asset struct + AssetName []byte + AssetPolicy []byte + Quantity uint64 + type AssetResponse struct + AssetName string + AssetPolicy string + Quantity string + func NewAssetResponse(a *Asset) *AssetResponse + type History struct + ActiveStake uint64 + EpochNumber uint64 + PoolId string + StakeAddress string + type HistoryResponse struct + ActiveStake string + EpochNumber uint64 + PoolId string + StakeAddress string + func NewHistoryResponse(h *History) *HistoryResponse + type Reward struct + Amount uint64 + EarnedEpoch uint64 + PoolId string + SpendableEpoch uint64 + Type string + type RewardResponse struct + Amount string + EarnedEpoch uint64 + PoolId string + SpendableEpoch uint64 + Type string + func NewRewardResponse(x *Reward) *RewardResponse + type Update struct + ActionType string + TxHash []byte + type UpdateResponse struct + ActionType string + TxHash string + func NewUpdateResponse(u *Update) *UpdateResponse