mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Add protbuf TxFeeRateInfo
This commit is contained in:
parent
44646763ef
commit
9662f26b23
@ -437,6 +437,11 @@ message AddressBalanceInfo {
|
||||
int64 numConfirmations = 3;
|
||||
}
|
||||
|
||||
message TxFeeRateInfo {
|
||||
uint64 stdTxFeeRate = 1;
|
||||
uint64 customTxFeeRate = 2;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Version
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user