Module input_parser
Structs§
- Bitcoin
Address Data - Wrapped in a [BitcoinAddress], this is the result of parse when given a plain or BIP-21 BTC address.
- External
Input Parser - Configuration for an external input parser
- LnUrl
PayRequest Data - Wrapped in a [LnUrlPay], this is the result of parse when given a LNURL-pay endpoint.
- Metadata
Item - Key-value pair in the LnUrlPayRequestData, as returned by the LNURL-pay endpoint
Enums§
- Input
Type - Different kinds of inputs supported by parse, including any relevant details extracted from the input
- LnUrl
Request Data - Generic struct containing the possible LNURL payloads returned when contacting a LNURL endpoint
- URISerialization
Error
Functions§
- parse
- Parses generic user input, typically pasted from clipboard or scanned from a QR.
- parse_
with_ rest_ client