menu
symbol_sdk package
documentation
CryptoTypes.dart
PrivateKey
random static method
random static method
dark_mode
light_mode
random
static method
PrivateKey
random
(
)
Implementation
static PrivateKey random() { return PrivateKey(tweet_nacl.TweetNaCl.randombytes(SIZE)); }
symbol_sdk package
documentation
CryptoTypes
PrivateKey
random static method
PrivateKey class