add optional fee in get_history result
This commit is contained in:
parent
79bae1a90d
commit
cccb808e6f
@ -125,6 +125,8 @@ pub struct GetHistoryRes {
|
||||
pub height: i32,
|
||||
/// Txid of the transaction.
|
||||
pub tx_hash: Txid,
|
||||
/// Fee of the transaction.
|
||||
pub fee: Option<u64>,
|
||||
}
|
||||
|
||||
/// Response to a [`script_list_unspent`](../client/struct.Client.html#method.script_list_unspent) request.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user