kanban-sdk

0.0.2 • Public • Published

调用示例

基于助记词还原FAB账户

import * as KanbanSdk from 'kanban-sdk';
const {
  Build,
  Crypto
} = KanbanSdk;

const mnemonic = 'recipe before ship fun leg fluid exchange book unique divide seat brief';
const keyPair = Crypto.recover(mnemonic);
const txHex = Build.getHex(nonce:string,abiHex: string, privateKey: any, address: string | undefined, smartContractAddress: string,value:number = 0)

Readme

Keywords

Package Sidebar

Install

npm i kanban-sdk

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

704 kB

Total Files

14

Last publish

Collaborators

  • meyun