-
CHANGE_TRUST_CANNOT_DELETE
→ const XdrChangeTrustResultCode
-
Asset trustline is still referenced in a pool.
const XdrChangeTrustResultCode._internal(-7)
-
CHANGE_TRUST_INVALID_LIMIT
→ const XdrChangeTrustResultCode
-
Cannot drop limit below balance. Cannot create with a limit of 0.
const XdrChangeTrustResultCode._internal(-3)
-
CHANGE_TRUST_LOW_RESERVE
→ const XdrChangeTrustResultCode
-
Not enough funds to create a new trust line
const XdrChangeTrustResultCode._internal(-4)
-
CHANGE_TRUST_MALFORMED
→ const XdrChangeTrustResultCode
-
Bad input.
const XdrChangeTrustResultCode._internal(-1)
-
CHANGE_TRUST_NO_ISSUER
→ const XdrChangeTrustResultCode
-
Could not find issuer.
const XdrChangeTrustResultCode._internal(-2)
-
CHANGE_TRUST_NOT_AUTH_MAINTAIN_LIABILITIES
→ const XdrChangeTrustResultCode
-
Asset trustline is deauthorized.
const XdrChangeTrustResultCode._internal(-8)
-
CHANGE_TRUST_SELF_NOT_ALLOWED
→ const XdrChangeTrustResultCode
-
Trusting self is not allowed.
const XdrChangeTrustResultCode._internal(-5)
-
CHANGE_TRUST_SUCCESS
→ const XdrChangeTrustResultCode
-
Success.
const XdrChangeTrustResultCode._internal(0)
-
CHANGE_TRUST_TRUST_LINE_MISSING
→ const XdrChangeTrustResultCode
-
Asset trustline is missing for pool.
const XdrChangeTrustResultCode._internal(-6)