From 9e1bc798ba2c0e86c346a7324b7375f7b93054e0 Mon Sep 17 00:00:00 2001 From: tetherkim Date: Sun, 3 May 2026 23:07:17 +0900 Subject: [PATCH] docs: remove redundant field description sentences from credential transactions Removed redundant sentences in CredentialAccept and CredentialDelete documentation that were already provided by the 'tx-fields-intro.md' snippet. --- docs/references/protocol/transactions/types/credentialaccept.md | 2 -- docs/references/protocol/transactions/types/credentialdelete.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/references/protocol/transactions/types/credentialaccept.md b/docs/references/protocol/transactions/types/credentialaccept.md index 740b3afda4..0a8e4d0951 100644 --- a/docs/references/protocol/transactions/types/credentialaccept.md +++ b/docs/references/protocol/transactions/types/credentialaccept.md @@ -29,8 +29,6 @@ Accept a [credential](../../../../concepts/decentralized-storage/credentials.md) {% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%} -In addition to the [common fields][], CredentialAccept transactions use the following fields: - | Field | JSON Type | [Internal Type][] | Required? | Description | |:-----------------|:-----------------|:------------------|:----------|:------------| | `Issuer` | String - [Address][] | AccountID | Yes | The address of the issuer that created the credential. | diff --git a/docs/references/protocol/transactions/types/credentialdelete.md b/docs/references/protocol/transactions/types/credentialdelete.md index c53bcbb9ac..d0ec0ba4b4 100644 --- a/docs/references/protocol/transactions/types/credentialdelete.md +++ b/docs/references/protocol/transactions/types/credentialdelete.md @@ -29,8 +29,6 @@ Remove a [credential](../../../../concepts/decentralized-storage/credentials.md) {% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%} -In addition to the [common fields][], CredentialDelete transactions use the following fields: - | Field | JSON Type | [Internal Type][] | Required? | Description | |:-----------------|:---------------------|:------------------|:----------|:------------| | `CredentialType` | String - Hexadecimal | Blob | Yes | Arbitrary data defining the type of credential to delete. The minimum length is 1 byte and the maximum length is 256 bytes. |