mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
btcjson: Add spendable to listunspent result.
This commit is contained in:
parent
8a4a875e9d
commit
6f1272e767
@ -113,6 +113,7 @@ type ListUnspentResult struct {
|
||||
RedeemScript string `json:"redeemScript,omitempty"`
|
||||
Amount float64 `json:"amount"`
|
||||
Confirmations int64 `json:"confirmations"`
|
||||
Spendable bool `json:"spendable"`
|
||||
}
|
||||
|
||||
// SignRawTransactionError models the data that contains script verification
|
||||
|
Loading…
x
Reference in New Issue
Block a user