PatriciaMerkleProofResult
-
PatriciaMerkleProofResult
- Possible results of a patricia merkle proof.
Constructors
new PatriciaMerkleProofResult()
new PatriciaMerkleProofResult(): PatriciaMerkleProofResult
Returns
PatriciaMerkleProofResult
Properties
Property |
Modifier |
Type |
Description |
INCONCLUSIVE |
static |
number |
Negative proof is inconclusive. |
LEAF_VALUE_MISMATCH |
static |
number |
Leaf value does not match expected value. |
PATH_MISMATCH |
static |
number |
Actual merkle path does not match encoded key. |
STATE_HASH_DOES_NOT_MATCH_ROOTS |
static |
number |
State hash cannot be derived from subcache merkle roots. |
UNANCHORED_PATH_TREE |
static |
number |
Root of the path tree being proven is not a subcache merkle root. |
UNLINKED_NODE |
static |
number |
Provided merkle hash contains an unlinked node. |
VALID_NEGATIVE |
static |
number |
Proof is valid (negative). |
VALID_POSITIVE |
static |
number |
Proof is valid (positive). |