parent
fa2bf4423e
commit
7397dd6896
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ type Vout struct {
|
||||||
ScriptPubKey struct {
|
ScriptPubKey struct {
|
||||||
Asm string `json:"asm"`
|
Asm string `json:"asm"`
|
||||||
Hex string `json:"hex"`
|
Hex string `json:"hex"`
|
||||||
ReqSig int `json:"reqSig"`
|
ReqSigs int `json:"reqSigs"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
Addresses []string `json:"addresses"`
|
Addresses []string `json:"addresses"`
|
||||||
} `json:"scriptPubKey"`
|
} `json:"scriptPubKey"`
|
||||||
|
|
Loading…
Reference in a new issue