expect property
Big Number encoded as string. Estimated fee that expected to be actually paid. I.e. it's the Base Fee + Priority Fee
Implementation
@$pb.TagNumber(1)
$core.String get expect => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set expect($core.String value) => $_setString(0, value);