fromOntId method

Future<Address> fromOntId (String ontid)

Implementation

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