We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createSubAccount
The documented parameters for function createSubAccount are not appropriate namely contract
contract
near-api-js/packages/client/src/transactions/create_account.ts
Lines 35 to 51 in c49fd67
Also it"s weird for me that we must to pass the name of existing account and then new name with parent"s suffix. Like:
{ account: 'true-pull.testnet', newAccount: 'alex.true-pull.testnet', ...
It"s need to be described, I"m not sure that we can change due to the design
As a user, I realy like the near-api-rs way to creating accounts and its checking is_sub_account_of()
is_sub_account_of()
I would like to work on it. Grateful for every feedback!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The documented parameters for function
createSubAccount
are not appropriate namelycontract
near-api-js/packages/client/src/transactions/create_account.ts
Lines 35 to 51 in c49fd67
Also it"s weird for me that we must to pass the name of existing account and then new name with parent"s suffix. Like:
It"s need to be described, I"m not sure that we can change due to the design
Optional: User Story
As a user, I realy like the near-api-rs way to creating accounts and its checking
is_sub_account_of()
I would like to work on it. Grateful for every feedback!
The text was updated successfully, but these errors were encountered: