1.1.1 • Published 11 months ago

@cityofzion/neon-signer v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Neon-Signer

Install

npm i @cityofzion/neon-signer

Initialize NeonSigner

To use NeonSigner you should pass an account to the NeonSigner constructor. You can use the Account class from @cityofzion/neon-js to create an account.

import { NeonSigner } from '@cityofzion/neon-signer'
import {default as Neon} from '@cityofzion/neon-js'

const acct = Neon.create.account('NKuyBkoGdZZSLyPbJEetheRhMjeznFZszf')

const neonSigner: Neo3Signer = new NeonSigner(acct)

Usage

The usage of NeonSigner is documented in the Neo3-Signer Docs.