diff --git a/content/reference-ledger-format.md b/content/reference-ledger-format.md index 212410a918..30f4de3864 100644 --- a/content/reference-ledger-format.md +++ b/content/reference-ledger-format.md @@ -632,5 +632,13 @@ When processing a multi-signed transaction, the server dereferences the `Account A SignerList contributes to its owner's [reserve requirement](concept-reserves.html). The SignerList itself counts as two objects, and each member of the list counts as one. As a result, the total owner reserve associated with a SignerList is anywhere from 3 times to 10 times the reserve required by a single trust line ([RippleState](#ripplestate)) or [Offer](#offer) node in the ledger. +### SignerList Index Format + +The `index` of a SignerList node is the SHA-512Half of the following values put together: + +* The RippleState space key (`S`) +* The AccountID of the owner of the SignerList +* The SignerListID (currently always `0`) + {% include 'snippets/rippled_versions.md' %} diff --git a/reference-ledger-format.html b/reference-ledger-format.html index c4dbe4ab6d..4554be626e 100644 --- a/reference-ledger-format.html +++ b/reference-ledger-format.html @@ -160,6 +160,7 @@
When processing a multi-signed transaction, the server dereferences the Account values with respect to the ledger at the time of transaction execution. If the address does not correspond to a funded AccountRoot node, then only the master secret associated with that address can be used to produce a valid signature. If the account does exist in the ledger, then it depends on the state of that account. If the account has a Regular Key configured, the Regular Key can be used. The account's master key can only be used if it is not disabled. A multi-signature cannot be used as part of another multi-signature.
A SignerList contributes to its owner's reserve requirement. The SignerList itself counts as two objects, and each member of the list counts as one. As a result, the total owner reserve associated with a SignerList is anywhere from 3 times to 10 times the reserve required by a single trust line (RippleState) or Offer node in the ledger.
+The index of a SignerList node is the SHA-512Half of the following values put together:
S)0)