Home > @infiniteobjects/eth-service > EthereumService > getProfileFromWallet
Creates a Profile from an address.
Signature:
getProfileFromWallet(wallet: string): Promise<Profile>;
Parameter | Type | Description |
---|---|---|
wallet | string |
Returns:
Promise<Profile>