A signer that can sign messages and typed data.
signerType - the type of the signer (e.g. local, hardware, etc.)
inner - the inner client of
getAddress - get the address of the signer
signMessage - sign a message
signTypedData - sign typed data
the generic type of the inner client that the signer wraps to provide functionality such as signing, etc.
Private
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