toData method

Implementation

MsgGrantAllowanceDataArgs toData() {
  return MsgGrantAllowanceDataArgs(allowance, grantee, granter);
}