mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Flag ranges table spacing
This commit is contained in:
@@ -74,11 +74,11 @@ When using the [sign method][] (or [submit method][] in "sign-and-submit" mode),
|
|||||||
|
|
||||||
The `Flags` field can contain flags that apply at different levels or contexts. Flags for each context are limited to the following ranges:
|
The `Flags` field can contain flags that apply at different levels or contexts. Flags for each context are limited to the following ranges:
|
||||||
|
|
||||||
| Range Name | Bit Mask | Description |
|
| Range Name | Bit Mask | Description |
|
||||||
|--|---|---|
|
|:-----------------|:-------------|:-------------------------------------------|
|
||||||
| Universal Flags | `0xff000000` | Flags that apply equally to all transaction types. |
|
| Universal Flags | `0xff000000` | Flags that apply equally to all transaction types. |
|
||||||
| Type-based Flags | `0x00ff0000` | Flags with different meanings depending on the [transaction type](transaction-types.html) that uses them. |
|
| Type-based Flags | `0x00ff0000` | Flags with different meanings depending on the [transaction type](transaction-types.html) that uses them. |
|
||||||
| Reserved Flags | `0x0000ffff` | Flags that are not currently defined. A transaction is only valid if these flags are disabled. |
|
| Reserved Flags | `0x0000ffff` | Flags that are not currently defined. A transaction is only valid if these flags are disabled. |
|
||||||
|
|
||||||
**Note:** The [AccountSet transaction][] type has [its own non-bitwise flags](accountset.html#accountset-flags), which serve a similar purpose to type-based flags.
|
**Note:** The [AccountSet transaction][] type has [its own non-bitwise flags](accountset.html#accountset-flags), which serve a similar purpose to type-based flags.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user