Class EthersSigner<T>

A signer that can sign messages and typed data.

Var

signerType - the type of the signer (e.g. local, hardware, etc.)

Var

inner - the inner client of

Method

getAddress - get the address of the signer

Method

signMessage - sign a message

Method

signTypedData - sign typed data

Type Parameters

  • T extends LightSigner

    the generic type of the inner client that the signer wraps to provide functionality such as signing, etc.

Implements

Constructors

Properties

inner: T
signerType: string = "ethers"

Methods