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.AdminEndpointsFunc
NewHandler creates the specific package routes
Types ¶
type CreatePaymail ¶ added in v0.16.0
type CreatePaymail struct { XpubID string `json:"xpub_id"` Address string `json:"address"` PublicName string `json:"public_name"` Avatar string `json:"avatar"` Metadata engine.Metadata `json:"metadata"` }
CreatePaymail is the model for creating a paymail
type CreateXpub ¶ added in v0.16.0
CreateXpub is the model for creating an xpub
type PaymailAddress ¶ added in v0.16.0
type PaymailAddress struct {
Address string `json:"address"`
}
PaymailAddress is the model containing only paymail address used for getting and deleting paymail address
type RecordTransaction ¶ added in v0.16.0
type RecordTransaction struct {
Hex string `json:"hex"`
}
RecordTransaction is the model for recording a transaction
Click to show internal directories.
Click to hide internal directories.