mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-26 20:30:55 +01:00
Add protbuf TxFeeRateInfo
This commit is contained in:
parent
44646763ef
commit
9662f26b23
1 changed files with 5 additions and 0 deletions
|
@ -437,6 +437,11 @@ message AddressBalanceInfo {
|
|||
int64 numConfirmations = 3;
|
||||
}
|
||||
|
||||
message TxFeeRateInfo {
|
||||
uint64 stdTxFeeRate = 1;
|
||||
uint64 customTxFeeRate = 2;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Version
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue