0.0.2 • Published 3 years ago

kanban-sdk v0.0.2

Weekly downloads
49
License
MIT
Repository
-
Last release
3 years ago

调用示例

基于助记词还原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)