menu
u package
documentation
utils/u_encrypt.dart
UEncryption
base58Decode static method
base58Decode static method
dark_mode
light_mode
base58Decode
static method
List
<
int
>
base58Decode
(
String
value
)
Implementation
static List<int> base58Decode(String value) => _base58Decode(value);
u package
documentation
utils/u_encrypt
UEncryption
base58Decode static method
UEncryption class