1.1.1 • Published 2 years ago
@cityofzion/neon-signer v1.1.1
Neon-Signer
Install
npm i @cityofzion/neon-signerInitialize 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.