getIdentity abstract method

Future<BlockchainIdentity> getIdentity(
  1. String address,
  2. int chainId
)

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

Implementation

Future<BlockchainIdentity> getIdentity(
  String address,
  int chainId,
);