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 full
)
AccountCreator
LocalAccountCreator
UrlAccountCreator
Index
Constructors
constructor
Methods
create
Account
Constructors
constructor
new
Account
Creator
(
)
:
AccountCreator
Returns
AccountCreator
Methods
Abstract
create
Account
create
Account
(
newAccountId
,
publicKey
)
:
Promise
<
void
>
Parameters
newAccountId
:
string
publicKey
:
PublicKey
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
create
Account
Documentation
Loading...
Account creator provides an interface for implementations to actually create accounts