@qevm/abstract-signer
v5.7.3
Published
An Abstract Class for desribing an QuantumEVM Signer for qethers.
Readme
Abstract Signer
This sub-module is part of the qethers, a fork of ethers project.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
Signer,
VoidSigner,
// Types
ExternallyOwnedAccount
} = require("@qevm/abstract-signer");License
MIT License
