fromData static method

Implementation

static MsgGrantAllowance fromData(MsgGrantAllowanceDataArgs data) {
  return MsgGrantAllowance(data.granter, data.grantee, data.allowance);
}