Expand description
Reference implementation of the ZIP-321 standard for payment requests.
This crate provides data structures, parsing, and rendering functions for interpreting and producing valid ZIP 321 URIs.
The specification for ZIP 321 URIs may be found at https://zips.z.cash/zip-0321
Modules§
Structs§
- Payment
- A single payment being requested.
- Transaction
Request - A ZIP321 transaction request.
Enums§
- Zip321
Error - Errors that may be produced in decoding of payment requests.
Functions§
- memo_
from_ base64 - Parse a
MemoBytes
value from a ZIP 321 compatible base64-encoded string. - memo_
to_ base64 - Converts a
MemoBytes
value to a ZIP 321 compatible base64-encoded string.