Signer that has the ability to sign messages eg. ethers.Wallet or ethers.Signer

for context: This is a common interface so can keep this package clean without importing external libraries directly

Hierarchy

  • SignerLike

Properties

Properties

getAddress: (() => Promise<string>)

Type declaration

    • (): Promise<string>
    • Returns Promise<string>

signMessage: ((message: any) => Promise<string>)

Type declaration

    • (message: any): Promise<string>
    • Parameters

      • message: any

      Returns Promise<string>

Generated using TypeDoc