Skip to main content

Module quote

Module quote 

Source
Expand description

Payment quote generation for saorsa-node.

Generates PaymentQuote values that clients use to pay for data storage. Compatible with the autonomi payment system.

NOTE: Quote generation requires integration with the node’s signing capabilities from saorsa-core. This module provides the interface and will be fully integrated when the node is initialized.

Structs§

QuoteGenerator
Quote generator for creating payment quotes.

Functions§

verify_quote_content
Verify a payment quote signature.

Type Aliases§

SignFn
Signing function type that takes bytes and returns a signature.
XorName
Content address type (32-byte XorName).