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