mode property
The way how the fee should be estimated
Implementation
@$pb.TagNumber(2)
FeeEstimationMode get mode => $_getN(1);
Implementation
@$pb.TagNumber(2)
set mode(FeeEstimationMode value) => $_setField(2, value);
The way how the fee should be estimated
@$pb.TagNumber(2)
FeeEstimationMode get mode => $_getN(1);
@$pb.TagNumber(2)
set mode(FeeEstimationMode value) => $_setField(2, value);