Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrustSetFlagsInterface

Map of flags to boolean values representing TrustSet transaction flags.

Hierarchy

  • GlobalFlags
    • TrustSetFlagsInterface

Index

Properties

Optional tfClearFreeze

tfClearFreeze: boolean

Unfreeze the trust line.

Optional tfClearNoRipple

tfClearNoRipple: boolean

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

Optional tfSetFreeze

tfSetFreeze: boolean

Freeze the trust line.

Optional tfSetNoRipple

tfSetNoRipple: boolean

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

Optional tfSetfAuth

tfSetfAuth: boolean

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