Builds a Web3IdSigner
from ed25519 keypair
the ed25519 private key used for signing
the ed25519 public key used for verifcation of signature
Private
privatethe ed25519 private key used for signing
Private
publicthe ed25519 public key used for verifcation of signature
Public key of signer
Static
fromBuilds a Web3IdSigner
from ed25519 private key
signer structure.
the ed25519 private key used for signing
Generated using TypeDoc
A wrapper around an ed25519 keypair which is used by CIS4Contract methods for signing as various entities.