Prepare SignerListSet
signer_list_prepare_setPrepare an unsigned SignerListSet transaction to create, replace, or delete an XRP Ledger multisign signer list. Specify the account, quorum, and signer entries without exposing private keys.
Instructions
Prepare an unsigned SignerListSet transaction to create, replace, or delete an XRPL multisign signer list. This server never signs or stores keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quorum | Yes | Required signer weight sum. Use 0 with no signers to delete the list. | |
| account | Yes | Classic XRPL account whose signer list is being changed. | |
| signers | Yes | Signer entries. Use an empty array only when quorum is 0 to delete the list. |