You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@hethers/abstract-signer

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hethers/abstract-signer

An Abstract Class for describing an Hedera Hashgraph Signer for hethers.

1.2.3
latest
Source
npmnpm
Version published
Maintainers
2
Created
Source

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

Keywords

Hedera

FAQs

Package last updated on 13 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts