🔏Signatory is a transaction and message signer for the Ethereum Stack.
Name | Url | Summary | |||
---|---|---|---|---|---|
http://localhost:1999 |
listAccounts
Return the list of all not hidden (by default) accounts from the keystore
listWallets
Return the list of all not hidden (by default) wallets from the keystore
hideAccount
Hide an account from the list returned by default by `signer_listAccounts`
unhideAccount
Show an account that was hidden before by the command `signer_hideAccount`
createAccount
Creates a new account and stores it locally as a passphrase-encoded keystore file.
signTransaction
Signs transaction offline with private key from keystore file with given from address and passphrase.
signTypedData
Signs v4 typed data with private key from keystore file with given from address and passphrase.
importKeyfile
Import an account from Keyfile
generateMnemonic
Generate a mnemonic phrase
importMnemonic
Import a mnemonic phrase
getAccountFromMnemonic
Get account from mnemonic wallet
exportAccount
Export an account
sign
Sign a message
address
Account address
hidden
visible flag parameter
keyfile
keyfile - secret storage
passphrase
keyfile - passphrase
chainId
Chain Idenifier for blockchain
uuid
UUIDv4 idenitifer for wallet