-
ALLOW_TRUST_CANT_REVOKE
→ const XdrAllowTrustResultCode
-
Source account can't revoke trust.
const XdrAllowTrustResultCode._internal(-4)
-
ALLOW_TRUST_LOW_RESERVE
→ const XdrAllowTrustResultCode
-
Claimable balances can't be created on revoke due to low reserves.
const XdrAllowTrustResultCode._internal(-6)
-
ALLOW_TRUST_MALFORMED
→ const XdrAllowTrustResultCode
-
Asset is not ASSET_TYPE_ALPHANUM.
const XdrAllowTrustResultCode._internal(-1)
-
ALLOW_TRUST_NO_TRUST_LINE
→ const XdrAllowTrustResultCode
-
Trustor does not have a trustline.
const XdrAllowTrustResultCode._internal(-2)
-
ALLOW_TRUST_SELF_NOT_ALLOWED
→ const XdrAllowTrustResultCode
-
Trusting self is not allowed.
const XdrAllowTrustResultCode._internal(-5)
-
ALLOW_TRUST_SUCCESS
→ const XdrAllowTrustResultCode
-
Success code.
const XdrAllowTrustResultCode._internal(0)
-
ALLOW_TRUST_TRUST_NOT_REQUIRED
→ const XdrAllowTrustResultCode
-
Source account does not require trust.
const XdrAllowTrustResultCode._internal(-3)