h-unielon-ins

1.0.4 • Public • Published
npm install h-unielon-ins
import UnielonIns from "h-unielon-ins";

连接钱包


let tron = new UnielonIns("TRrS8BtBnXKWtWLypodWdsTL1mDaiPc61k") let result = await tron.connect()

// let sign = await tron.sign_message("this is a test message") // console.log(sign)

/* let tx = await tron.approve({ token:"TE9yud6CgmChFHsCNHTe9ui5q6mfidZzrA", amount:1000 }) console.log(tx) */

/* let tx = await tron.pay_token({ token:"TE9yud6CgmChFHsCNHTe9ui5q6mfidZzrA", amount:1000, id:1 }) console.log(tx) */ let tx = await tron.setting("TM4irrJLYDvC5ujM6Hb2o4V9rTLbqvUNdc") console.log(tx)

/* let contract = await tron.deploy("TM4irrJLYDvC5ujM6Hb2o4V9rTLbqvUNdc") console.log(contract) */

Readme

Keywords

none

Package Sidebar

Install

npm i h-unielon-ins

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

116 kB

Total Files

12

Last publish

Collaborators

  • huang_cj