btcjson: Add spendable to listunspent result.
This commit is contained in:
parent
8a4a875e9d
commit
6f1272e767
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ type ListUnspentResult struct {
|
||||||
RedeemScript string `json:"redeemScript,omitempty"`
|
RedeemScript string `json:"redeemScript,omitempty"`
|
||||||
Amount float64 `json:"amount"`
|
Amount float64 `json:"amount"`
|
||||||
Confirmations int64 `json:"confirmations"`
|
Confirmations int64 `json:"confirmations"`
|
||||||
|
Spendable bool `json:"spendable"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SignRawTransactionError models the data that contains script verification
|
// SignRawTransactionError models the data that contains script verification
|
||||||
|
|
Loading…
Add table
Reference in a new issue