Add protbuf TxFeeRateInfo

This commit is contained in:
ghubstan 2020-11-26 18:03:42 -03:00
parent 44646763ef
commit 9662f26b23
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -437,6 +437,11 @@ message AddressBalanceInfo {
int64 numConfirmations = 3;
}
message TxFeeRateInfo {
uint64 stdTxFeeRate = 1;
uint64 customTxFeeRate = 2;
}
///////////////////////////////////////////////////////////////////////////////////////////
// Version
///////////////////////////////////////////////////////////////////////////////////////////