0.1.5 • Published 2 years ago

paymail v0.1.5

Weekly downloads
-
License
Open BSV License
Repository
github
Last release
2 years ago

paymail

Send and receive payments

The code is hosted on GitHub and the package is available through NPM.

Installation

npm i paymail

Example Usage

const paymail = require('paymail')

paymail.send({
    recipient: 'ty@gateway.cash',
    amount: 69420,
    description: 'Here are some BitCoins'
})
})

API

Table of Contents

send

Send a payment with Paymail

Parameters

  • obj Object All parameters are given in an object

    • obj.recipient String The recipient of the Paymail payment
    • obj.amount Number The number of satoshis in the Paymail payment
    • obj.description String The note sent with the payment

License

The license for the code in this repository is the Open BSV License.

0.1.4

2 years ago

0.1.5

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago