Merge pull request #3629 from tetherkim/docs-fix-redundant-credential-tx-descriptions

docs: remove redundant field description sentences from credential transactions
This commit is contained in:
Rome Reginelli
2026-05-05 09:58:27 -07:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -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. |

View File

@@ -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. |