Crate lightning_signer

source ·
Expand description

A policy-enforcing signer for Lightning See node::Node for the entry point.

Re-exports§

Modules§

Macros§

  • Macro to catch panics for an expression evaluation and convert them to Status::internal errors with the given format string and additional args. The format string must have a {} placeholder for the panic message. The surrounding function must return a Result<_, Status>.
  • Log at the matching policy error level (ERROR or WARN).

Traits§