package
Version:
v0.0.0-...-6c424d2
Opens a new window with list of versions in this module.
Published: Sep 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UTXO struct {
Txid string `json:"txid"`
Vout int `json:"vout"`
Status struct {
Confirmed bool `json:"confirmed"`
BlockHeight int `json:"block_height"`
BlockHash string `json:"block_hash"`
BlockTime int64 `json:"block_time"`
} `json:"status"`
Value int64 `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.