Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIUpdateAccountDetail ¶
type APIUpdateAccountDetail struct { // Address is either an EVM or Cosmos address of the account. Address string `json:"address" binding:"required" validate:"required"` // Name is the identity of the account. Name string `json:"name" binding:"required" validate:"required"` // Monitored indicates whether the service should monitor this account. Monitored bool `json:"monitored"` }
APIUpdateAccountDetail holds an account detail.
func (*APIUpdateAccountDetail) IsValid ¶
func (req *APIUpdateAccountDetail) IsValid() (bool, error)
type APIUpdateTokenDetail ¶
type APIUpdateTokenDetail store.TokenDetail
APIUpdateTokenDetail holds a token detail.
func (*APIUpdateTokenDetail) IsValid ¶
func (req *APIUpdateTokenDetail) IsValid() (bool, error)
Click to show internal directories.
Click to hide internal directories.