Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TrustSetTransactionFlags

Enum representing values of TrustSet transaction flags.

Index

Enumeration members

tfClearFreeze

tfClearFreeze: = 2097152

Unfreeze the trust line.

tfClearNoRipple

tfClearNoRipple: = 262144

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

tfSetFreeze

tfSetFreeze: = 1048576

Freeze the trust line.

tfSetNoRipple

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

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