XdrAccountFlags class
Constructors
-
XdrAccountFlags(dynamic _value
)
Properties
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent 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"
const XdrAccountFlags._internal(8)
- AUTH_IMMUTABLE_FLAG → const XdrAccountFlags
-
Once set, causes all AUTH_* flags to be read-only.
const XdrAccountFlags._internal(4)
- 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.
const XdrAccountFlags._internal(1)
- AUTH_REVOCABLE_FLAG → const XdrAccountFlags
-
If set, the authorized flag in TrustLines can be cleared
otherwise, authorization cannot be revoked.
const XdrAccountFlags._internal(2)