Specification
GitHub
Preparing search index...
The search index is not available
L3RS-1 TypeScript SDK - v1.0.1
L3RS-1 TypeScript SDK
EvalContext
Interface EvalContext
Everything the engine needs to evaluate every §4.4 category deterministically.
interface
EvalContext
{
amount
:
bigint
;
attestations
:
Partial
<
Record
<
RuleType
,
OracleAttestation
>
>
;
jurisdiction
:
string
;
receiver
:
PartyAttributes
;
sender
:
PartyAttributes
;
timestamp
:
number
;
}
Index
Properties
amount
attestations
jurisdiction
receiver
sender
timestamp
Properties
amount
amount
:
bigint
attestations
attestations
:
Partial
<
Record
<
RuleType
,
OracleAttestation
>
>
jurisdiction
jurisdiction
:
string
receiver
receiver
:
PartyAttributes
sender
sender
:
PartyAttributes
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
attestations
jurisdiction
receiver
sender
timestamp
Python
Go
Rust
Java
Solidity
Specification
GitHub
L3RS-1 TypeScript SDK - v1.0.1
Loading...
Everything the engine needs to evaluate every §4.4 category deterministically.