getIdentity abstract method
Gets the name and avatar of a provided address on the given chain
Implementation
Future<BlockchainIdentity> getIdentity(
String address,
int chainId,
);
Gets the name and avatar of a provided address on the given chain
Future<BlockchainIdentity> getIdentity(
String address,
int chainId,
);