query

package
v0.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2019 License: AGPL-3.0 Imports: 0 Imported by: 0

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}
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL