Verify bitcoin address and amount from sign transaction
Verify bitcoin address and amount from sign transaction
Is there a way i can extract the fromAddress, toAddress, amount and fees from a bitcoin sign transaction?
eg: SignTransactionValue = signAddress(fromAddress, toAddress, amount, fees, privateKey)
How can i extract back fromAddress, toAddress, amount and fees from the signTransactionValue?
http://bit.ly/2EQR3FY
Comments
Post a Comment