XdrAccountFlags class
Constructors
- XdrAccountFlags(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
XdrDataInputStream stream) → XdrAccountFlags -
encode(
XdrDataOutputStream stream, XdrAccountFlags value) → void
Constants
- AUTH_CLAWBACK_ENABLED_FLAG → const XdrAccountFlags
- Clawback enabled (0x8): trust lines are created with clawback enabled set to "true", and claimable balances created from those trustlines are created with clawback enabled set to "true"
- AUTH_IMMUTABLE_FLAG → const XdrAccountFlags
- Once set, causes all AUTH_* flags to be read-only.
- AUTH_REQUIRED_FLAG → const XdrAccountFlags
- Flags set on issuer accounts TrustLines are created with authorized set to "false" requiring the issuer to set it for each TrustLine.
- AUTH_REVOCABLE_FLAG → const XdrAccountFlags
- If set, the authorized flag in TrustLines can be cleared otherwise, authorization cannot be revoked.