xrpl
    Preparing search index...

    Enumeration AccountSetTfFlags

    Enum for AccountSet Transaction Flags.

    Index

    Enumeration Members

    tfAllowXRP: 2097152

    The same as ClearFlag: asfDisallowXRP.

    tfDisallowXRP: 1048576

    The same as SetFlag: asfDisallowXRP.

    tfOptionalAuth: 524288

    The same as ClearFlag: asfRequireAuth.

    tfOptionalDestTag: 131072

    The same as ClearFlag: asfRequireDest.

    tfRequireAuth: 262144

    The same as SetFlag: asfRequireAuth.

    tfRequireDestTag: 65536

    The same as SetFlag: asfRequireDest.