generateNwcWalletAuthState function
Generates NWC-08 correlation state with 128 bits of secure randomness.
Implementation
String generateNwcWalletAuthState() => Helpers.getSecureRandomHex(16);
Generates NWC-08 correlation state with 128 bits of secure randomness.
String generateNwcWalletAuthState() => Helpers.getSecureRandomHex(16);