@logixjs/core
Preparing search index...
Reflection
FullCutoverGateVerificationResult
Interface FullCutoverGateVerificationResult
interface
FullCutoverGateVerificationResult
{
allowedDiffs
?:
readonly
KernelContractAllowedDiff
[]
;
contract
:
KernelContractVerificationResult
;
contractVerdict
:
"PASS"
|
"FAIL"
;
gate
:
FullCutoverGateResult
;
verdict
:
"PASS"
|
"FAIL"
;
version
:
"v1"
;
}
Index
Properties
allowed
Diffs?
contract
contract
Verdict
gate
verdict
version
Properties
Optional
Readonly
allowed
Diffs
allowedDiffs
?:
readonly
KernelContractAllowedDiff
[]
Readonly
contract
contract
:
KernelContractVerificationResult
Readonly
contract
Verdict
contractVerdict
:
"PASS"
|
"FAIL"
Readonly
gate
gate
:
FullCutoverGateResult
Readonly
verdict
verdict
:
"PASS"
|
"FAIL"
Readonly
version
version
:
"v1"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Diffs
contract
contract
Verdict
gate
verdict
version
@logixjs/core
Loading...