Skip to content

Account Root Flags

Elliot Lee edited this page Apr 13, 2020 · 1 revision

Incomplete list. You can help by expanding this page.

  // lsfRequireDestTag:
  // Require a DestinationTag for incoming payments.
  RequireDestTag: 0x00020000 === 131072

Note that these are bitwise flags, so bitwise operators (like bitwise AND) should be used for checking.