getIdentity abstract method

Future<BlockchainIdentity> getIdentity(
  1. String address
)

Gets the name and avatar of a provided address on the given chain

Implementation

Future<BlockchainIdentity> getIdentity(String address);