XdrLiquidityPoolWithdrawResultCode
in package
Table of Contents
Constants
- LINE_FULL = -4
- MALFORMED = -1
- NO_TRUST = -2
- SUCCESS = 0
- UNDER_MINIMUM = -5
- UNDERFUNDED = -3
Methods
- __construct() : mixed
- decode() : XdrLiquidityPoolWithdrawResultCode
- encode() : string
- getValue() : int
Constants
LINE_FULL
public
mixed
LINE_FULL
= -4
MALFORMED
public
mixed
MALFORMED
= -1
NO_TRUST
public
mixed
NO_TRUST
= -2
SUCCESS
public
mixed
SUCCESS
= 0
UNDER_MINIMUM
public
mixed
UNDER_MINIMUM
= -5
UNDERFUNDED
public
mixed
UNDERFUNDED
= -3
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrLiquidityPoolWithdrawResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrLiquidityPoolWithdrawResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int