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
Properties
- $value : int
Methods
- __construct() : mixed
- CANT_REVOKE() : XdrAllowTrustResultCode
- decode() : XdrAllowTrustResultCode
- encode() : string
- fromBase64Xdr() : static
- getValue() : int
- LOW_RESERVE() : XdrAllowTrustResultCode
- MALFORMED() : XdrAllowTrustResultCode
- NO_TRUST_LINE() : XdrAllowTrustResultCode
- SELF_NOT_ALLOWED() : XdrAllowTrustResultCode
- SUCCESS() : XdrAllowTrustResultCode
- toBase64Xdr() : string
- TRUST_NOT_REQUIRED() : XdrAllowTrustResultCode
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
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
CANT_REVOKE()
public
static CANT_REVOKE() : XdrAllowTrustResultCode
Return values
XdrAllowTrustResultCodedecode()
public
static decode(XdrBuffer $xdr) : XdrAllowTrustResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrAllowTrustResultCodeencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
intLOW_RESERVE()
public
static LOW_RESERVE() : XdrAllowTrustResultCode
Return values
XdrAllowTrustResultCodeMALFORMED()
public
static MALFORMED() : XdrAllowTrustResultCode
Return values
XdrAllowTrustResultCodeNO_TRUST_LINE()
public
static NO_TRUST_LINE() : XdrAllowTrustResultCode
Return values
XdrAllowTrustResultCodeSELF_NOT_ALLOWED()
public
static SELF_NOT_ALLOWED() : XdrAllowTrustResultCode
Return values
XdrAllowTrustResultCodeSUCCESS()
public
static SUCCESS() : XdrAllowTrustResultCode
Return values
XdrAllowTrustResultCodetoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringTRUST_NOT_REQUIRED()
public
static TRUST_NOT_REQUIRED() : XdrAllowTrustResultCode