Add missing fields to ValidateAddressResult structure
ok @jrick
This commit is contained in:
parent
71e31f03a2
commit
b0242a8793
1 changed files with 11 additions and 7 deletions
|
@ -231,6 +231,10 @@ type ValidateAddressResult struct {
|
|||
PubKey string `json:"pubkey,omitempty"`
|
||||
IsCompressed bool `json:"iscompressed,omitempty"`
|
||||
Account string `json:"account,omitempty"`
|
||||
Addresses []string `json:"addresses,omitempty"`
|
||||
Hex string `json:"hex,omitempty"`
|
||||
Script string `json:"script,omitempty"`
|
||||
SigsRequired int `json:"sigsrequired,omitempty"`
|
||||
}
|
||||
|
||||
// SignRawTransactionResult models the data from the signrawtransaction
|
||||
|
|
Loading…
Reference in a new issue