fromOntId method
Implementation
static Future<Address> fromOntId(String ontid) async {
return Address.fromBase58(ontid.substring(8));
}
static Future<Address> fromOntId(String ontid) async {
return Address.fromBase58(ontid.substring(8));
}