toAmino method

Implementation

MsgExecAuthorizedAminoArgs toAmino() {
  var val = MsgExecAuthorizedValueArgs()
    ..grantee = grantee
    ..msgs = msgs;

  return MsgExecAuthorizedAminoArgs(val);
}