Cli wallet RPC Methods

From Steem Center
Revision as of 20:31, 4 January 2017 by Raymonjohnstone (talk | contribs) (Created page with "With Steem CLI: annotated_signed_transaction create_account(string creator, string new_account_name, string json_meta, bool broadcast) OR annotated_signed_transaction creat...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)