Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.8 KB

File metadata and controls

44 lines (33 loc) · 2.8 KB

PolicyRule

Properties

Name Type Description Notes
name string Name of the policy rule [default to undefined]
id string Unique identifier for the policy rule [default to undefined]
policyEngineVersion string Policy engine version [default to undefined]
type PolicyType [default to undefined]
initiator InitiatorConfigPattern [default to undefined]
source SourceConfig [default to undefined]
verdict VerdictConfig [default to undefined]
subType PolicyType [optional] [default to undefined]
asset AssetConfig [optional] [default to undefined]
destination DestinationConfig [optional] [default to undefined]
account AccountConfig [optional] [default to undefined]
side OrderSide [optional] [default to undefined]
amountOverTime AmountOverTimeConfig [optional] [default to undefined]
amount AmountConfig [optional] [default to undefined]
externalDescriptor string External descriptor for the rule [optional] [default to undefined]
method ContractMethodPattern [optional] [default to undefined]
isGlobalPolicy boolean Whether this is a global policy [optional] [default to undefined]
programCall ProgramCallConfig [optional] [default to undefined]
screeningMetadata ScreeningMetadataConfig [optional] [default to undefined]
quoteAsset AssetConfig [optional] [default to undefined]
baseAsset AssetConfig [optional] [default to undefined]
quoteAmount AmountRange [optional] [default to undefined]
baseAmount AmountRange [optional] [default to undefined]
dAppAddress DAppAddressConfig [optional] [default to undefined]
derivationPath DerivationPathConfig [optional] [default to undefined]
index number Index for the policy rule [optional] [default to undefined]

Enum: PolicyRulePolicyEngineVersionEnum

  • V2 (value: 'v2')

[Back to top] [Back to API list] [Back to Model list] [Back to README]