lnwallet: add raw tx hex attribute to ListTransactionDetails

This commit is contained in:
Olaoluwa Osuntokun
2019-06-07 07:36:20 -07:00
parent 52b7603d25
commit eaf86cc4f9
2 changed files with 10 additions and 3 deletions

View File

@@ -100,6 +100,9 @@ type TransactionDetail struct {
// DestAddresses are the destinations for a transaction
DestAddresses []btcutil.Address
// RawTx returns the raw serialized transaction.
RawTx []byte
}
// TransactionSubscription is an interface which describes an object capable of