ontology_dart_sdk
crypto
Address
toBase58 method
toBase58
Address class
Constructors
Address
Properties
hexEncoded
hexEncodedLE
value
valueLE
hashCode
runtimeType
Methods
serialize
toBase58
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encodeToBase58
fromBase58
fromOntId
fromPubkey
fromValue
fromVMCode
generateOntId
toBase58 method
Future
<
String
>
toBase58
(
)
Implementation
Future<String> toBase58() async { return encodeToBase58(value); }