Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

blockchain.info/pushtx/

var pushtx = require('blockchain.info/pushtx').usingNetwork(networkID);
            pushtx.pushtx(txSerialized, options).then(function (response) {
                if (Debug) {
                    console.log(response);
                }
            });
Source by github.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+6 =