menu
on_chain package
documentation
ada/src/models/update/models/nonce.dart
Nonce
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Nonce
copyWith
(
{
List
<
int
>
?
hash
,
})
Implementation
Nonce copyWith({List<int>? hash}) { return Nonce(hash ?? this.hash); }
on_chain package
documentation
ada/src/models/update/models/nonce
Nonce
copyWith method
Nonce class