package
1.3.3
Repository: https://github.com/0xpolygon/polygon-edge.git
Documentation: pkg.go.dev

# Functions

GenerateAccount generates a new random account.
GetBlsFromSecret retrieves BLS key by using provided secretsManager.
GetEcdsaFromSecret retrieves validator(ECDSA) key by using provided secretsManager.
NewAccountFromSecret creates new account by using provided secretsManager.
No description provided by the author
No description provided by the author
RecoverAddressFromSignature calculates keccak256 hash of provided rawContent and recovers signer address from given signature and hash.

# Structs

Account is an account for key signatures.
ECDSASigner implements ethgo.Key interface and it is used for signing using provided ECDSA key.
No description provided by the author