mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-20 02:09:04 +01:00
parent
fa2bf4423e
commit
7397dd6896
@ -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 New Issue
Block a user