Author Topic: How to get(ref_block_num), (ref_block_prefix), (signatures)?  (Read 2757 times)

0 Members and 1 Guest are viewing this topic.


Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
Thank
Can i be able build signatures for use rule of signatures?
except for cli_wallet。

谢谢
除了使用cli_wallet,
我可以根据signatures规则,
自己构建签名吗?
Except C++ lib, there are other libs:
* python lib https://github.com/bitshares/python-bitshares
* js lib https://github.com/bitshares/bitsharesjs
* java lib https://github.com/Agorise/graphenej

Of course you can write your own code.
BitShares committee member: abit
BitShares witness: in.abit

Offline wudouzheng

Thank
Can i be able build signatures for use rule of signatures?
except for cli_wallet。

谢谢
除了使用cli_wallet,
我可以根据signatures规则,
自己构建签名吗?


Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
How to get them parameters especially signatures for using broadcast API of transactions
You need to sign the transaction. If you're using cli_wallet, you can use this command
Code: [Select]
sign_transaction {your_transaction_json} true/false

true for broadcast, false for test or check before broadcast.
« Last Edit: October 22, 2018, 10:18:41 pm by abit »
BitShares committee member: abit
BitShares witness: in.abit

Offline wudouzheng

How to get them parameters especially signatures for using broadcast API of transactions