Interface | Description |
---|---|
LedgerTracerManager | |
LedgerValidator |
An abstraction for validators.
|
Class | Description |
---|---|
ContractValidator |
A validator which will determine whether the signature of a
ContractExecutionRequest is
valid or not. |
DeprecatedLedgerTracer | |
HashValidator |
A validator to determine whether the recomputed hash of an asset matches its stored hash.
|
JacksonBasedLedgerTracer | |
JsonpBasedLedgerTracer | |
LedgerTracer |
An implementation of
Ledger that is used for validation. |
LedgerTracerBase<T> |
An implementation of
Ledger that is used for validation. |
NonceValidator |
A validator to determine whether a nonce is used more than once.
|
OutputValidator |
A validator to determine whether the recomputed output of a contract execution is consistent with
its stored result.
|
PrevHashValidator |
A validator to determine whether prevHash of the current asset is equal to hash of the previous
asset (same asset id but with age - 1)
|
StringBasedLedgerTracer | |
TransactionScannableLedgerTracerManager |