requestAccount
Defined in: account-kit/wallet-client/src/client/actions/requestAccount.ts:57
Requests an account for the provided signer using the wallet API client. If an account already exists for the signer, it will always return that account unless a new ID is specified. If an account already exists, the creationHint will be ignored.
Example
Parameters
Returns
Promise<RequestAccountResult>
A Promise that resolves to a SmartContractAccount instance