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