mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
@@ -16,7 +16,7 @@ _(Requires the [PermissionDelegation amendment][] {% not-enabled /%})_
|
|||||||
## Example `DelegateSet` JSON
|
## Example `DelegateSet` JSON
|
||||||
|
|
||||||
```json
|
```json
|
||||||
tx_json = {
|
{
|
||||||
"TransactionType": "DelegateSet",
|
"TransactionType": "DelegateSet",
|
||||||
"Account": "rDelegatingAccount",
|
"Account": "rDelegatingAccount",
|
||||||
"Authorize": "rDelegatedAccount",
|
"Authorize": "rDelegatedAccount",
|
||||||
@@ -59,7 +59,7 @@ Permissions are revoked using the `DelegateSet` transaction by specifying only t
|
|||||||
To revoke all permissions, send a `DelegateSet` transaction with an empty `Permissions` array:
|
To revoke all permissions, send a `DelegateSet` transaction with an empty `Permissions` array:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
tx_json = {
|
{
|
||||||
"TransactionType": "DelegateSet",
|
"TransactionType": "DelegateSet",
|
||||||
"Account": "rDelegatingAccount",
|
"Account": "rDelegatingAccount",
|
||||||
"Authorize": "rDelegatedAccount",
|
"Authorize": "rDelegatedAccount",
|
||||||
|
|||||||
Reference in New Issue
Block a user