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 -
Returns a string representation of this object.
override
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited
Static Methods
-
decode(
XdrDataInputStream stream ) → XdrAccountFlags -
encode(
XdrDataOutputStream stream, XdrAccountFlags value ) → void
Constants
- 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)