menu
bcs package
documentation
bcs_type.dart
BcsType<T, Input>
fromBase58 method
fromBase58 method
dark_mode
light_mode
fromBase58
method
T
fromBase58
(
String
b58
)
Implementation
T fromBase58(String b58) { return parse(fromB58(b58)); }
bcs package
documentation
bcs_type
BcsType<T, Input>
fromBase58 method
BcsType class