Change disclaimer to amendment link

This commit is contained in:
Dennis Dawson
2024-12-19 11:40:27 -08:00
parent 196ba7a9f7
commit 02c83f24cb
13 changed files with 38 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ labels:
# mpt_holders
{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
_(Requires the [MPToken amendment][] {% not-enabled /%})_
For a given `MPTokenIssuanceID` and ledger sequence, `mpt_holders` returns all holders of that MPT and their balance. This method likely returns very large data sets, so you should expect to implement paging via the `marker` field. This API is only available using Clio, not rippled.
@@ -154,3 +154,5 @@ Example of an `account_objects` response:
}
}
```
{% raw-partial file="/docs/_snippets/common-links.md" /%}