Specification
GitHub
Preparing search index...
The search index is not available
L3RS-1 TypeScript SDK - v1.0.0
L3RS-1 TypeScript SDK
ComplianceDecision
Interface ComplianceDecision
§4.3 — Output of the compliance engine C: E → {0,1}.
interface
ComplianceDecision
{
action
?:
EnforcementAction
;
allowed
:
boolean
;
blockedBy
?:
ComplianceRule
;
}
Index
Properties
action?
allowed
blocked
By?
Properties
Optional
action
action
?:
EnforcementAction
allowed
allowed
:
boolean
Optional
blocked
By
blocked
By
?:
ComplianceRule
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
allowed
blocked
By
Python
Go
Rust
Java
Solidity
Specification
GitHub
L3RS-1 TypeScript SDK - v1.0.0
Loading...
§4.3 — Output of the compliance engine C: E → {0,1}.