XdrPaymentResultCode
in package
Table of Contents
Constants
- LINE_FULL = -8
- MALFORMED = -1
- NO_DESTINATION = -5
- NO_ISSUER = -9
- NO_TRUST = -6
- NOT_AUTHORIZED = -7
- SRC_NO_TRUST = -3
- SRC_NOT_AUTHORIZED = -4
- SUCCESS = 0
- UNDERFUNDED = -2
Methods
- __construct() : mixed
- decode() : XdrPaymentResultCode
- encode() : string
- getValue() : int
Constants
LINE_FULL
public
mixed
LINE_FULL
= -8
MALFORMED
public
mixed
MALFORMED
= -1
NO_DESTINATION
public
mixed
NO_DESTINATION
= -5
NO_ISSUER
public
mixed
NO_ISSUER
= -9
NO_TRUST
public
mixed
NO_TRUST
= -6
NOT_AUTHORIZED
public
mixed
NOT_AUTHORIZED
= -7
SRC_NO_TRUST
public
mixed
SRC_NO_TRUST
= -3
SRC_NOT_AUTHORIZED
public
mixed
SRC_NOT_AUTHORIZED
= -4
SUCCESS
public
mixed
SUCCESS
= 0
UNDERFUNDED
public
mixed
UNDERFUNDED
= -2
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrPaymentResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrPaymentResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int