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