Difference between revisions of "Cli wallet RPC Methods"

From Steem Center
Jump to: navigation, search
(Category:Technology)
 
Line 10: Line 10:
  
 
This address exposes the account by key API
 
This address exposes the account by key API
 +
 +
 +
[[Category:Tutorial]] [[Category:Technology]]

Latest revision as of 20:01, 16 April 2017

With Steem CLI:

annotated_signed_transaction create_account(string creator, string new_account_name, string json_meta, bool broadcast)

OR

annotated_signed_transaction create_account_with_keys(string creator, string newname, string json_meta, public_key_type owner, public_key_type active, public_key_type posting, public_key_type memo, bool broadcast)

./cli_wallet -s wss://steemit.com/wspa

This address exposes the account by key API