xrpl
    Preparing search index...

    Enumeration TrustSetFlags

    Enum representing values of TrustSet transaction flags.

    Index

    Enumeration Members

    tfClearDeepFreeze: 8388608

    Clear a Deep-Frozen trustline

    tfClearFreeze: 2097152

    Unfreeze the trust line.

    tfClearNoRipple: 262144

    Disable the No Ripple flag, allowing rippling on this trust line.

    tfSetDeepFreeze: 4194304

    Allowed only if the trustline is already regularly frozen, or if tfSetFreeze is set in the same transaction.

    tfSetfAuth: 65536

    Authorize the other party to hold currency issued by this account. (No effect unless using the asfRequireAuth AccountSet flag.) Cannot be unset.

    tfSetFreeze: 1048576

    Freeze the trust line.

    tfSetNoRipple: 131072

    Enable the No Ripple flag, which blocks rippling between two trust lines. of the same currency if this flag is enabled on both.