ProChain/SwiftyEOS

Remote account creation

bivanov opened this issue · 1 comments

Is it possible to create an account and then push it to remote?

I know that it is possible by performing 3 transactions in a row: "newaccount", "buyrambytes" and finally "delegatebw". Is there shorthand method in SwiftyEOS to achieve it or do I need to create three transactions and payload manually?

Okay, I've found it:

AccountUtil.stakeCreateAccount will do the trick