Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶ added in v0.16.0
func NewHandler(appConfig *config.AppConfig, services *config.AppServices) routes.APIEndpointsFunc
NewHandler creates the specific package routes
Types ¶
type CountUtxo ¶ added in v0.16.0
type CountUtxo struct { // Custom conditions used for filtering the search results Conditions map[string]interface{} `json:"conditions"` // Accepts a JSON object for embedding custom metadata, enabling arbitrary additional information to be associated with the resource Metadata engine.Metadata `json:"metadata"` }
CountUtxo is the model containing filters for counting utxos
Click to show internal directories.
Click to hide internal directories.