piotrnar / gocoin

Full bitcoin solution written in Go (golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decode addr from input script

xiaoxuez opened this issue · comments

commented

i want to decode addr from input script. NewAddrFromPkScriptjust for out decoding
example:
input in tx 43285784b1fc03edbed6841598dea7979825b25167282f8adf873a39e67e30cc
can i get addr from input script directly?

No - input scripts do not contain addresses.

Please do not use github's issues system to ask questions.