menu
polkadart package
documentation
substrate/substrate.dart
XXHash64
withSeed method
withSeed method
dark_mode
light_mode
withSeed
method
XXHash64
withSeed
(
int
seed
)
Get and instance of
XXHash64
with an specific seed
Implementation
XXHash64 withSeed(int seed) => XXHash64(seed);
polkadart package
documentation
substrate/substrate
XXHash64
withSeed method
XXHash64 class