Enumeration TrustSetFlags

Enum representing values of TrustSet transaction flags.

Enumeration Members

tfClearFreeze: 2097152

Unfreeze the trust line.

tfClearNoRipple: 262144

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

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.

tfSetfAuth: 65536

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

Generated using TypeDoc