# Packages
No description provided by the author
# README
pymtproto
[]
(https://travis-ci.org/gcash/bchwallet)
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.