Model STs in Persistence #815
Annotations
9 errors
|
lint
Type 'Omit<TransactionExecutionResult, "stateTransitions">[]' is not assignable to type 'TransactionExecutionResult[]'.
|
|
lint
Property 'afterBlockStateTransitions' is missing in type 'Omit<BlockResult, "afterBlockStateTransitions">' but required in type 'BlockResult'.
|
|
lint
Process completed with exit code 1.
|
|
build
Type 'Omit<TransactionExecutionResult, "stateTransitions">[]' is not assignable to type 'TransactionExecutionResult[]'.
|
|
build
Property 'afterBlockStateTransitions' is missing in type 'Omit<BlockResult, "afterBlockStateTransitions">' but required in type 'BlockResult'.
|
|
build
Process completed with exit code 1.
|
|
test
Type 'Omit<TransactionExecutionResult, "stateTransitions">[]' is not assignable to type 'TransactionExecutionResult[]'.
|
|
test
Property 'afterBlockStateTransitions' is missing in type 'Omit<BlockResult, "afterBlockStateTransitions">' but required in type 'BlockResult'.
|
|
test
Process completed with exit code 1.
|