menu
sui package
documentation
utils/bech32/bech32.dart
Bech32Codec
toWords method
toWords method
dark_mode
light_mode
toWords
method
List
<
int
>
toWords
(
List
<
int
>
bytes
)
Implementation
List<int> toWords(List<int> bytes) { return convert(bytes, 8, 5, true); }
sui package
documentation
utils/bech32/bech32
Bech32Codec
toWords method
Bech32Codec class