Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 628 Bytes

File metadata and controls

11 lines (7 loc) · 628 Bytes

Signers

Signers are used to sign messages. There are two signature schemes, Eip712 signatures are used to sign SignerAdd and SignerRemove messages, and an Ed25519 key-pair is used to signer all other messages.

This following signer implementations are provided:

If you'd prefer to use a different library for signing messages, additional signer classes can be made by extending the Eip712Signer and Ed25519Signer classes.