Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type Proof ¶
type Proof struct {
Proof string `json:"proof"`
MerkleRoot string `json:"merkle_root"`
NullifierHash string `json:"nullifier_hash"`
VerificationLevel VerificationLevel `json:"verification_level"`
}
type VerificationLevel ¶
type VerificationLevel string
const ( VerificationLevelOrb VerificationLevel = "orb" VerificationLevelDevice VerificationLevel = "device" )
type VerificationRequest ¶
Click to show internal directories.
Click to hide internal directories.