Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
CompressedBatchEntry
Interface CompressedBatchEntry
Use BatchEntry not CommitmentProof, to avoid recursion
interface
CompressedBatchEntry
{
exist
?:
CompressedExistenceProof
;
nonexist
?:
CompressedNonExistenceProof
;
}
Index
Properties
exist?
nonexist?
Properties
Optional
exist
exist
?:
CompressedExistenceProof
Optional
nonexist
nonexist
?:
CompressedNonExistenceProof
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exist
nonexist
@crownfi/sei-js-proto
Loading...
Use BatchEntry not CommitmentProof, to avoid recursion