getIdentity abstract method

Future<BlockchainIdentity> getIdentity({
  1. required String address,
})

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

Implementation

Future<BlockchainIdentity> getIdentity({
  required String address,
});