Home
last modified time | relevance | path

Searched refs:createAccountOptionsDiff (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/account/appaccount/actsaccountoperatetest/src/main/js/test/
DCreateAccount.test.js24 const createAccountOptionsDiff = { customData: { sex: 'male' } } variable
526 … appAccountManager.createAccount("account_name_callback_same", createAccountOptionsDiff, (err) => {
551 … await appAccountManager.createAccount("account_name_promise_same", createAccountOptionsDiff);