@silencelaboratories/walletprovider-sdk
Preparing search index...
DryRunPolicyResponse
Interface DryRunPolicyResponse
Response from the network for dry-run policy request.
interface
DryRunPolicyResponse
{
evaluation_count
:
number
;
policy_valid
:
boolean
;
results
:
{
action
:
Action
;
evaluated_at
?:
string
;
evaluation_index
:
number
;
reasons
?:
string
[]
;
state_changes
?:
DryRunPolicyStateEntry
[]
;
}
[]
;
stateful
:
boolean
;
}
Index
Properties
evaluation_
count
policy_
valid
results
stateful
Properties
evaluation_
count
evaluation_count
:
number
policy_
valid
policy_valid
:
boolean
results
results
:
{
action
:
Action
;
evaluated_at
?:
string
;
evaluation_index
:
number
;
reasons
?:
string
[]
;
state_changes
?:
DryRunPolicyStateEntry
[]
;
}
[]
stateful
stateful
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
evaluation_
count
policy_
valid
results
stateful
@silencelaboratories/walletprovider-sdk
Loading...
Response from the network for dry-run policy request.