RelayXmrTxReply constructor

RelayXmrTxReply({
  1. String? hash,
})

Implementation

factory RelayXmrTxReply({
  $core.String? hash,
}) {
  final $result = create();
  if (hash != null) {
    $result.hash = hash;
  }
  return $result;
}