grantee property
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);
Implementation
@$pb.TagNumber(2)
set grantee($core.String v) { $_setString(1, v); }