@lightprotocol/stateless.js - v0.22.1-alpha.1
Other Libraries
Documentation
GitHub
Preparing search index...
CompressedProofWithContext
Type Alias CompressedProofWithContext
Deprecated
use
ValidityProofWithContext
instead
type
CompressedProofWithContext
=
{
compressedProof
:
CompressedProof
;
roots
:
BN
[]
;
rootIndices
:
number
[]
;
leafIndices
:
number
[]
;
leaves
:
BN
[]
;
merkleTrees
:
PublicKey
[]
;
nullifierQueues
:
PublicKey
[]
;
}
Index
Properties
compressed
Proof
roots
root
Indices
leaf
Indices
leaves
merkle
Trees
nullifier
Queues
Properties
compressed
Proof
compressedProof
:
CompressedProof
roots
roots
:
BN
[]
root
Indices
rootIndices
:
number
[]
leaf
Indices
leafIndices
:
number
[]
leaves
leaves
:
BN
[]
merkle
Trees
merkleTrees
:
PublicKey
[]
nullifier
Queues
nullifierQueues
:
PublicKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compressed
Proof
roots
root
Indices
leaf
Indices
leaves
merkle
Trees
nullifier
Queues
Other Libraries
Documentation
GitHub
@lightprotocol/stateless.js - v0.22.1-alpha.1
Loading...
Deprecated
use ValidityProofWithContext instead