Skip to content

Instantly share code, notes, and snippets.

@pedr0-fr
Created October 14, 2020 17:22
Show Gist options
  • Save pedr0-fr/9ba5a6f1e683a3cc9fe605b362c86d97 to your computer and use it in GitHub Desktop.
Save pedr0-fr/9ba5a6f1e683a3cc9fe605b362c86d97 to your computer and use it in GitHub Desktop.
let bitpostInterface: BitpostInterfaceForBitcoinJS = new BitpostInterfaceForBitcoinJS({testnet: true})
let bitpostRequest:BitpostRequest=bitpostInterface.createBitpostRequest(['a', 'b'], 1604188800, 0)
let response = bitpostRequest.sendRequest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment