diff --git a/src/content/docs/docs/protocol-reference/ledger-data/ledger-objects-types/accountroot.mdx b/src/content/docs/docs/protocol-reference/ledger-data/ledger-objects-types/accountroot.mdx index 58cfbab..623bfd9 100644 --- a/src/content/docs/docs/protocol-reference/ledger-data/ledger-objects-types/accountroot.mdx +++ b/src/content/docs/docs/protocol-reference/ledger-data/ledger-objects-types/accountroot.mdx @@ -73,7 +73,7 @@ There are several options which can be either enabled or disabled for an account AccountRoot objects can have the following flag values: -
| Flag Name | Hex Value | Decimal Value | Corresponding AccountSet Flag | Description |
|---|---|---|---|---|
lsfDefaultRipple | 0x00800000 | 8388608 | asfDefaultRipple | Enable rippling on this addresses's trust lines by default. Required for issuing addresses; discouraged for others. |
lsfDepositAuth | 0x01000000 | 16777216 | asfDepositAuth | This account has DepositAuth enabled, meaning it can only receive funds from transactions it sends, and from preauthorized accounts. (Added by the [DepositAuth amendment][]) |
lsfDisableMaster | 0x00100000 | 1048576 | asfDisableMaster | Disallows use of the master key to sign transactions for this account. |
lsfDisallowIncomingCheck | 0x08000000 | 134217728 | asfDisallowIncomingCheck | This account blocks incoming Checks. |
lsfDisallowIncomingNFTokenOffer | 0x04000000 | 67108864 | asfDisallowIncomingNFTokenOffer | This account blocks incoming NFTokenOffers. |
lsfDisallowIncomingPayChan | 0x10000000 | 268435456 | asfDisallowIncomingPayChan | This account blocks incoming Payment Channels. |
lsfDisallowIncomingTrustline | 0x20000000 | 536870912 | asfDisallowIncomingTrustline | This account blocks incoming trust lines. |
lsfDisallowIncomingRemit | 0x80000000 | 2147483648 | asfDisallowIncomingRemit | This account blocks incoming remit transactions. |
lsfDisallowXRP | 0x00080000 | 524288 | asfDisallowXRP | Client applications should not send XAH to this account. (Advisory; not enforced by the protocol.) |
lsfGlobalFreeze | 0x00400000 | 4194304 | asfGlobalFreeze | All assets issued by this account are frozen. |
lsfNoFreeze | 0x00200000 | 2097152 | asfNoFreeze | This account cannot freeze trust lines connected to it. Once enabled, cannot be disabled. |
lsfPasswordSpent | 0x00010000 | 65536 | (None) | This account has used its free SetRegularKey transaction. |
lsfRequireAuth | 0x00040000 | 262144 | asfRequireAuth | This account must individually approve other users for those users to hold this account's tokens. |
lsfRequireDestTag | 0x00020000 | 131072 | asfRequireDest | Requires incoming payments to specify a Destination Tag. |
lsfTshCollect | 0x02000000 | 33554432 | asfTshCollect | The TSH pays for the execution of their own Hook Chain. |
lsfURITokenIssuer | 0x04000000 | 67108864 | asfURITokenIssuer | This account cannot be deleted after it has issued a URIToken. |
| Flag Name | Hex Value | Decimal Value | Corresponding AccountSet Flag | Description |
|---|---|---|---|---|
lsfDefaultRipple | 0x00800000 | 8388608 | asfDefaultRipple | Enable rippling on this addresses's trust lines by default. Required for issuing addresses; discouraged for others. |
lsfDepositAuth | 0x01000000 | 16777216 | asfDepositAuth | This account has DepositAuth enabled, meaning it can only receive funds from transactions it sends, and from preauthorized accounts. (Added by the [DepositAuth amendment][]) |
lsfDisableMaster | 0x00100000 | 1048576 | asfDisableMaster | Disallows use of the master key to sign transactions for this account. |
lsfDisallowIncomingCheck | 0x08000000 | 134217728 | asfDisallowIncomingCheck | This account blocks incoming Checks. |
lsfDisallowIncomingNFTokenOffer | 0x04000000 | 67108864 | asfDisallowIncomingNFTokenOffer | This account blocks incoming NFTokenOffers. |
lsfDisallowIncomingPayChan | 0x10000000 | 268435456 | asfDisallowIncomingPayChan | This account blocks incoming Payment Channels. |
lsfDisallowIncomingTrustline | 0x20000000 | 536870912 | asfDisallowIncomingTrustline | This account blocks incoming trust lines. |
lsfDisallowIncomingRemit | 0x80000000 | 2147483648 | asfDisallowIncomingRemit | This account blocks incoming remit transactions. |
lsfDisallowXRP | 0x00080000 | 524288 | asfDisallowXRP | Client applications should not send XAH to this account. (Advisory; not enforced by the protocol.) |
lsfGlobalFreeze | 0x00400000 | 4194304 | asfGlobalFreeze | All assets issued by this account are frozen. |
lsfNoFreeze | 0x00200000 | 2097152 | asfNoFreeze | This account cannot freeze trust lines connected to it. Once enabled, cannot be disabled. |
lsfPasswordSpent | 0x00010000 | 65536 | (None) | This account has used its free SetRegularKey transaction. |
lsfRequireAuth | 0x00040000 | 262144 | asfRequireAuth | This account must individually approve other users for those users to hold this account's tokens. |
lsfRequireDestTag | 0x00020000 | 131072 | asfRequireDest | Requires incoming payments to specify a Destination Tag. |
lsfTshCollect | 0x02000000 | 33554432 | asfTshCollect | The TSH pays for the execution of their own Hook Chain. |
lsfURITokenIssuer | 0x40000000 | 1073741824 | asfURITokenIssuer | This account cannot be deleted after it has issued a URIToken. |