package
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: Mar 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewGetForStashAccountHttpHandler(rewardDb store.Rewards) *getForStashAccountHttpHandler
func NewGetForStashAccountUseCase(rewardDb store.Rewards) *getForStashAccountUseCase
type GetForStashAccountRequest struct {
StashAccount string `uri:"stash_account" binding:"required"`
Start int64 `form:"start" binding:"-"`
End int64 `form:"end" binding:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.