generateNwcWalletAuthState function

String generateNwcWalletAuthState()

Generates NWC-08 correlation state with 128 bits of secure randomness.

Implementation

String generateNwcWalletAuthState() => Helpers.getSecureRandomHex(16);