Specification
GitHub
Preparing search index...
The search index is not available
L3RS-1 TypeScript SDK - v1.0.0
L3RS-1 TypeScript SDK
ZKProof
Interface ZKProof
§3.8 — Zero-knowledge proof attached to an identity record.
interface
ZKProof
{
nonce
:
string
;
proofBytes
:
string
;
scheme
:
string
;
statement
:
string
;
witnessCommitment
:
string
;
}
Index
Properties
nonce
proof
Bytes
scheme
statement
witness
Commitment
Properties
nonce
nonce
:
string
proof
Bytes
proof
Bytes
:
string
Hex-encoded proof bytes
scheme
scheme
:
string
statement
statement
:
string
witness
Commitment
witness
Commitment
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
nonce
proof
Bytes
scheme
statement
witness
Commitment
Python
Go
Rust
Java
Solidity
Specification
GitHub
L3RS-1 TypeScript SDK - v1.0.0
Loading...
§3.8 — Zero-knowledge proof attached to an identity record.