Documentation ¶
Index ¶
- type Service
- func (s *Service) Get(w http.ResponseWriter, r *http.Request)
- func (s *Service) GetAll(w http.ResponseWriter, r *http.Request)
- func (s *Service) GetAllNew(w http.ResponseWriter, r *http.Request)
- func (s *Service) GetNew(w http.ResponseWriter, r *http.Request)
- func (s *Service) GetSingle(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) Get ¶
func (s *Service) Get(w http.ResponseWriter, r *http.Request)
Get godoc
@Summary Fetch transfer logs @Description get transfer logs for a given token and account @Tags logs @Accept json @Produce json @Param contract_address path string true "Token Contract Address" @Param acc_address path string true "Address of the account" @Success 200 {object} common.Response @Failure 400 @Failure 404 @Failure 500 @Router /logs/transfers/{contract_address}/{acc_addr} [get]
Click to show internal directories.
Click to hide internal directories.