Skip to content

Commit ebf5f67

Browse files
committed
update titles
Signed-off-by: shirady <57721533+shirady@users.noreply.github.com>
1 parent c8167ee commit ebf5f67

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/sdk/accountspace_nb.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class AccountSpaceNB {
2121
this.stats = stats;
2222
}
2323

24-
//////////////////////
25-
// ACCOUNT METHODS //
26-
//////////////////////
24+
////////////////////
25+
// USER METHODS //
26+
///////////////////
2727

2828
async create_user(params, account_sdk) {
2929
const requesting_account = account_sdk.requesting_account;
@@ -73,9 +73,9 @@ class AccountSpaceNB {
7373

7474
}
7575

76-
/////////////////////////////////
77-
// ACCOUNT ACCESS KEY METHODS //
78-
/////////////////////////////////
76+
///////////////////////////////
77+
// USER ACCESS KEY METHODS //
78+
//////////////////////////////
7979

8080
async create_access_key(params, account_sdk) {
8181
return await account_sdk.rpc_client.account.create_access_key(params);
@@ -99,9 +99,9 @@ class AccountSpaceNB {
9999
return await account_sdk.rpc_client.account.list_access_keys(params);
100100
}
101101

102-
///////////////////////////
103-
// ACCOUNT TAGS METHODS //
104-
///////////////////////////
102+
////////////////////////
103+
// USER TAGS METHODS //
104+
////////////////////////
105105

106106
async tag_user(params, account_sdk) {
107107
return await account_sdk.rpc_client.account.tag_user(params);
@@ -115,9 +115,9 @@ class AccountSpaceNB {
115115
return await account_sdk.rpc_client.account.list_user_tags(params);
116116
}
117117

118-
////////////////////
119-
// POLICY METHODS //
120-
////////////////////
118+
/////////////////////
119+
// POLICY METHODS //
120+
/////////////////////
121121

122122
async put_user_policy(params, account_sdk) {
123123
return await account_sdk.rpc_client.account.put_user_policy(params);

0 commit comments

Comments
 (0)