Skip to content

getAddress

getAddress is a method on AccountSigner that gets the AccountSigner's smart account address.

Usage

example.ts
import { accountSigner } from "./ethers-signer";
 
// get the account signer's account address
const client = await accountSigner.getAddress();

Returns

Promise<Address>

A promise containing the Signer's smart account address