Documentation ¶
Overview ¶
Package query defines query logic for the Nym application.
Index ¶
Constants ¶
View Source
const ( QueryCheckBalancePath = "/balance" DEBUG_printVk = "/DEBUG_PRINTVK" // only spent/unspent ZetaStatus = "/ZetaStatus" // unspent/being verified/spent(+ who was credited) FullZetaStatus = "/FullZetaStatus" AccountExistence = "/accountExists" )
nolint: golint
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountStatus ¶
type AccountStatus []byte
TODO: do similar thing for other responses
var ( AccountStatusDoesNotExists AccountStatus = []byte{0} AccountStatusExists AccountStatus = []byte{1} )
Click to show internal directories.
Click to hide internal directories.