byteFee property

  1. @TagNumber.new(3)
Int64 get byteFee

Transaction fee rate, satoshis per byte, used to compute required fee (when planning)

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get byteFee => $_getI64(2);
  1. @TagNumber.new(3)
set byteFee (Int64 v)

Implementation

@$pb.TagNumber(3)
set byteFee($fixnum.Int64 v) {
  $_setInt64(2, v);
}