Skip to content

v1.0.1

Choose a tag to compare

@sandeep-antier sandeep-antier released this 31 Jul 05:58

Added

  • Off-chain interaction policies — CRUD via createInteractionPolicy, listInteractionPolicies, getInteractionPolicy, updateInteractionPolicy, deleteInteractionPolicy.
  • Policy rule types: contract whitelist, method whitelist (full calldata patterns with * wildcards), recipient blacklist, native amount limits, and token amount limits (per-chain).
  • Exported types: InteractionPolicyRules, InteractionPolicyResponse, InteractionPolicyListResponse, CreateInteractionPolicyInput, UpdateInteractionPolicyInput, and per-rule interfaces.