create_account_async


Description:

public async Account create_account_async () throws Error

Start an asynchronous operation to create the account this on the account manager.

callback will only be called when the newly created Account has the TP_ACCOUNT_FEATURE_CORE feature ready on it, so when calling create_account_async.end, one can guarantee this feature.

Parameters:

this

a AccountRequest

callback

a function to call when the account has been created

user_data

user data to callback