EthereumPrivateKeySignatureProvider
Description
Sign using a private key outside of a wallet
Usage
Constructor Paramters
Name
Type
Required?
Description
Types and Interfaces
ISignatureParameters
Name
Type
Required?
Description
privateKey
string
Private key
Types.Signature.METHOD
Name
Value
ECDSA
'ecdsa'
"Vanilla" ECDSA
ECDSA_ETHEREUM
'ecdsa-ethereum'
Ethereum ECDSA with the prefix "\x19Ethereum Signed Message:\n"
Last updated