Preparing search index...
The search index is not available
Documentation
Documentation
near-api-js
account_creator
AccountCreator
Class AccountCreator
Abstract
Account creator provides an interface for implementations to actually create accounts
Hierarchy (
View Summary
)
AccountCreator
LocalAccountCreator
UrlAccountCreator
Index
Constructors
constructor
Methods
create
Account
Constructors
constructor
new
AccountCreator
()
:
AccountCreator
Returns
AccountCreator
Methods
Abstract
create
Account
createAccount
(
newAccountId
:
string
,
publicKey
:
PublicKey
)
:
Promise
<
void
>
Parameters
newAccountId
:
string
publicKey
:
PublicKey
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
Account
Documentation
Loading...
Account creator provides an interface for implementations to actually create accounts