package
0.12.0
Repository: https://github.com/gcash/bchwallet.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

pymtproto

Build Status

Package pymtproto provides functions for downloading Bip0070 payment requests and POSTing payments back to the merchant server.

Example Usage:

client := NewPaymentProtocolClient(&chaincfg.MainnetParams, nil)
paymentRequest, err := client.DownloadBip0070PaymentRequest("bitcoincash:?r=https://test.bitpay.com/i/KqSWvRBKC58CgdpfsttzBC")

Package pymtproto is licensed under the copyfree ISC License.