Documentation ¶
Index ¶
Constants ¶
View Source
const ( RouteCreateProof = "/create/:" + restapi.ParameterMessageID RouteValidateProof = "/validate" )
View Source
const (
ProofVersion = 1
)
Variables ¶
View Source
var (
Plugin *node.Plugin
)
Functions ¶
This section is empty.
Types ¶
type ProofRequestAndResponse ¶
type ValidateProofResponse ¶
type ValidateProofResponse struct {
Valid bool `json:"valid"`
}
Click to show internal directories.
Click to hide internal directories.