menu
mochimo_wots package
documentation
core/protocol/wots_wallet.dart
WOTSWallet
getSecret method
getSecret method
dark_mode
light_mode
getSecret
method
Uint8List
?
getSecret
(
)
Implementation
Uint8List? getSecret() => _secret == null ? null : Uint8List.fromList(_secret!);
mochimo_wots package
documentation
core/protocol/wots_wallet
WOTSWallet
getSecret method
WOTSWallet class