Policies
policies
Methods
Create a new policy.
Get a policy by policy ID.
Get a rule by policy ID and rule ID.
Update a policy by policy ID.
Request authorization signature. If multiple signatures are required, they should be comma separated.
Delete a policy by policy ID.
Create a new rule for a policy.
Update a rule by policy ID and rule ID.
Request authorization signature. If multiple signatures are required, they should be comma separated.
Action to take if the conditions are true.
Method the rule applies to.
Delete a rule by policy ID and rule ID.
Domain types
A policy for controlling wallet operations.
SUI transaction command attributes, enables allowlisting specific command types. Allowed commands: 'TransferObjects', 'SplitCoins', 'MergeCoins'. Only 'eq' and 'in' operators are supported.
Operator to use for SUI transaction command conditions. Only 'eq' and 'in' are supported for command names.
SUI TransferObjects command attributes, including recipient and amount fields.
Supported fields for SUI TransferObjects command conditions. Only 'recipient' and 'amount' are supported.
TRON transaction fields for TransferContract and TriggerSmartContract transaction types.