mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-06-07 02:36:40 +00:00
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:
@@ -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. |
|
||||
|
||||
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user