Interface representing a keystore account.
WARNING: call
privateKey.fill(0) Copy
privateKey.fill(0)
after use to avoid to invalidate any security audit and certification granted to this code.
Differently from ethers KeystoreAccount, this type represents the private key as a buffer of bytes to avoid Memory Dumping attack.
The address associated with the account.
Optional
The private key associated with the account.
Interface representing a keystore account.
WARNING: call
after use to avoid to invalidate any security audit and certification granted to this code.
Remarks
Differently from ethers KeystoreAccount, this type represents the private key as a buffer of bytes to avoid Memory Dumping attack.