Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountRootFlagsInterface

A boolean map of AccountRootFlags for simplified code checking AccountRoot settings. For submitting settings flags to the ledger, use AccountRootFlags instead.

Hierarchy

  • AccountRootFlagsInterface

Index

Properties

Optional lsfDefaultRipple

lsfDefaultRipple?: boolean

Enable rippling on this addresses's trust lines by default. Required for issuing addresses; discouraged for others.

Optional lsfDepositAuth

lsfDepositAuth?: boolean

This account can only receive funds from transactions it sends, and from preauthorized accounts. (It has DepositAuth enabled.)

Optional lsfDisableMaster

lsfDisableMaster?: boolean

Disallows use of the master key to sign transactions for this account.

Optional lsfDisallowXRP

lsfDisallowXRP?: boolean

Client applications should not send XRP to this account. Not enforced by rippled.

Optional lsfGlobalFreeze

lsfGlobalFreeze?: boolean

All assets issued by this address are frozen.

Optional lsfNoFreeze

lsfNoFreeze?: boolean

This address cannot freeze trust lines connected to it. Once enabled, cannot be disabled.

Optional lsfPasswordSpent

lsfPasswordSpent?: boolean

The account has used its free SetRegularKey transaction.

Optional lsfRequireAuth

lsfRequireAuth?: boolean

This account must individually approve other users for those users to hold this account's issued currencies.

Optional lsfRequireDestTag

lsfRequireDestTag?: boolean

Requires incoming payments to specify a Destination Tag.

Generated using TypeDoc