fromAmino static method

Implementation

static MsgExecAuthorized fromAmino(MsgExecAuthorizedAminoArgs data) {
  return MsgExecAuthorized(data.value.grantee!, data.value.msgs!);
}