Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/references/protocol/transactions/types/mptokenauthorize.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ An MPTokenAuthorize transaction controls whether an account can hold a given [Mu

_(Requires the [MPTokensV1 amendment][] {% not-enabled /%}.)_

## Example MPTokenAuthorize JSON

This example assumes that the transaction is submitted by the holder of the token.

```json
{
"TransactionType": "MPTokenAuthorize",
"Account": "rpLxcR2ptLkLV4is3jZc48K4dMpXB9CQBF",
"MPTokenIssuanceID": "006616399B81473A2B8F16D149FA244BBAB97E5412D846ED",
"Fee": "10"
}
```

{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}

| Field | JSON Type | [Internal Type][] | Required? | Description |
Expand Down