Class: AccountCreator
account_creator.AccountCreator
Account creator provides an interface for implementations to actually create accounts
Hierarchy
AccountCreator
Constructors
constructor
new AccountCreator()
Methods
createAccount
Abstract
createAccount(newAccountId
, publicKey
): Promise
<void
>
Parameters
Name | Type |
---|---|
newAccountId | string |
publicKey | PublicKey |
Returns
Promise
<void
>