grantee property

  1. @TagNumber.new(2)
String get grantee

grantee is the address of the user being granted an allowance of another user's funds.

Implementation

@$pb.TagNumber(2)
$core.String get grantee => $_getSZ(1);
  1. @TagNumber.new(2)
set grantee (String v)

Implementation

@$pb.TagNumber(2)
set grantee($core.String v) { $_setString(1, v); }