1
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?
2What does
signAddressproduce? What do you mean bySignTransactionValue? This is not standard terminology and could mean many different things. – Andrew Chow – 2018-12-26T04:41:06.043