satPerKb property
- @TagNumber.new(1)
Fee in Satoshi per Kilobyte. Note that the actual fee calculation MUST divide it by 1024 at the last step to get a fair fee.
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get satPerKb => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set satPerKb($fixnum.Int64 value) => $_setInt64(0, value);