This commit is contained in:
Vinayak Borkar 2021-01-04 01:55:26 -08:00 committed by Jake Sylvestre
parent e747eb9284
commit c3ece697da

View file

@ -108,6 +108,7 @@ type GetBlockVerboseTxResult struct {
VersionHex string `json:"versionHex"`
MerkleRoot string `json:"merkleroot"`
Tx []TxRawResult `json:"tx,omitempty"`
RawTx []TxRawResult `json:"rawtx,omitempty"` // Deprecated: removed in Bitcoin Core
Time int64 `json:"time"`
Nonce uint32 `json:"nonce"`
Bits string `json:"bits"`