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