@hethers/abstract-signer
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

Abstract Signer

This sub-module is part of the hethers project. It is a forked version of the abstract-signer sub-module adapted for Hedera Hashgraph's Smart Contract Service.

It is an abstraction of an EVM account, which may be backed by a Wallet instance.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {
    TypedDataDomain,
    TypedDataField,
    ExternallyOwnedAccount,
    TypedDataSigner,
    Signer,
    VoidSigner
} = require("@hethers/abstract-signer");

License

MIT License

Package Sidebar

Install

npm i @hethers/abstract-signer

Weekly Downloads

941

Version

1.2.3

License

MIT

Unpacked Size

92.6 kB

Total Files

21

Last publish

Collaborators

  • kalinatodorova
  • daniel.k.ivanov