Verify bitcoin address and amount from sign transaction

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?

vincentsty

Posted 2018-12-26T03:46:51.900

Reputation: 137

2What does signAddress produce? What do you mean by SignTransactionValue? This is not standard terminology and could mean many different things.Andrew Chow 2018-12-26T04:41:06.043

No answers