ValueProof class
ValueProof represents a Merkle Proof for a value stored as MT
ValueProof
Signature:
export declare class ValueProof
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)() | Creates an instance of ValueProof. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
mtp | Proof | ||
path | bigint | ||
value | bigint |
Methods
Method | Modifiers | Description |
---|---|---|
validate() | validates instance of ValueProof |