mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
The caller of the account_info RPC command can optionally specify that they want the account's SignerList returned by adding the argument: "signer_lists": "true" The returned SignerList is in an array. This leaves us room to support multiple signer lists on an account in the future without changing the syntax of the result. The command-line version of account_info does not support the new option.