expect property

  1. @TagNumber.new(1)
String get expect

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);
  1. @TagNumber.new(1)
set expect (String value)

Implementation

@$pb.TagNumber(1)
set expect($core.String value) => $_setString(0, value);