XdrAllowTrustResultCode
in package
Table of Contents
Constants
- CANT_REVOKE = -4
- LOW_RESERVE = -6
- MALFORMED = -1
- NO_TRUST_LINE = -2
- SELF_NOT_ALLOWED = -5
- SUCCESS = 0
- TRUST_NOT_REQUIRED = -3
Methods
- __construct() : mixed
- decode() : XdrAllowTrustResultCode
- encode() : string
- getValue() : int
Constants
CANT_REVOKE
public
mixed
CANT_REVOKE
= -4
LOW_RESERVE
public
mixed
LOW_RESERVE
= -6
MALFORMED
public
mixed
MALFORMED
= -1
NO_TRUST_LINE
public
mixed
NO_TRUST_LINE
= -2
SELF_NOT_ALLOWED
public
mixed
SELF_NOT_ALLOWED
= -5
SUCCESS
public
mixed
SUCCESS
= 0
TRUST_NOT_REQUIRED
public
mixed
TRUST_NOT_REQUIRED
= -3
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrAllowTrustResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrAllowTrustResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int