Skip to content

Commit 03df61c

Browse files
committed
fix: get transferal records inline doc
1 parent a1ad3e3 commit 03df61c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/client/accounts/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ export class Accounts extends Api {
125125
}
126126

127127
/**
128-
* Retrieves a single order record by order ID.
129-
* @param orderId - The ID of the order to retrieve.
130-
* @returns A promise that resolves to the order record response.
128+
* Retrieves transferal records.
129+
* @param data - The transferal records request parameters.
130+
* @returns A promise that resolves to the transferal records response.
131131
*/
132132
public getTransferalRecords(
133133
data: GetTransferalRecordsRequest,
@@ -137,9 +137,9 @@ export class Accounts extends Api {
137137
}
138138

139139
/**
140-
* Retrieves a single order record by order ID.
141-
* @param orderId - The ID of the order to retrieve.
142-
* @returns A promise that resolves to the order record response.
140+
* Retrieves a single transferal record by transaction hash.
141+
* @param txHash - The transaction hash of the transferal record to retrieve.
142+
* @returns A promise that resolves to the transferal record response.
143143
*/
144144
public getTransferalRecordByTxHash(
145145
data: GetTransferalRecordByTxHashRequest,

0 commit comments

Comments
 (0)