Skip to main content

ant_node/payment/
single_node.rs

1//! `SingleNode` payment re-exports from [`ant_protocol`].
2//!
3//! Extracted to the [`ant_protocol`] crate in 0.11 so `pay` and
4//! `verify` stay co-located in a single crate that both the client and
5//! node test against end to end. Internal callers using
6//! `crate::payment::single_node::…` keep working unchanged.
7
8pub use ant_protocol::payment::single_node::{QuotePaymentInfo, SingleNodePayment};