We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f27d3d commit 632fb0aCopy full SHA for 632fb0a
packages/xrpl/src/models/transactions/common.ts
@@ -775,7 +775,7 @@ export function validateCredentialType<
775
* @param isStringID Toggle for if array contains IDs instead of AuthorizeCredential objects
776
* @param maxCredentials The maximum length of the credentials array.
777
* PermissionedDomainSet transaction uses 10, other transactions use 8.
778
- * @param fieldName
+ * @param fieldName The name of the field being validated. Defaults to 'CredentialIDs'.
779
* @throws Validation Error if the formatting is incorrect
780
*/
781
// eslint-disable-next-line max-params, max-lines-per-function -- separating logic further will add unnecessary complexity
0 commit comments