Module vls_protocol_signer::approver

source ·
Expand description

External approver plugins

Structs§

  • An approver that memorizes the last approval, and uses it for the next approval request.
  • An approver that always declines, in case only the allowlist is used
  • An approver that always approves, for testing and for permissive mode.
  • An approver that auto-approves L2 payments under a certain velocity. If the invoice is over the velocity, it is passed on to a delegate approver. You can use this to allow micropayments to arbitrary destinations.
  • An approver that always approves, for testing and for permissive mode.

Enums§

  • An approval that is memorized by MemoApprover

Traits§