File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments