XdrClaimClaimableBalanceResultCode
in package
Table of Contents
Constants
- CANNOT_CLAIM = -2
- DOES_NOT_EXIST = -1
- LINE_FULL = -3
- NO_TRUST = -4
- NOT_AUTHORIZED = -5
- SUCCESS = 0
Methods
- __construct() : mixed
- decode() : XdrClaimClaimableBalanceResultCode
- encode() : string
- getValue() : int
Constants
CANNOT_CLAIM
public
mixed
CANNOT_CLAIM
= -2
DOES_NOT_EXIST
public
mixed
DOES_NOT_EXIST
= -1
LINE_FULL
public
mixed
LINE_FULL
= -3
NO_TRUST
public
mixed
NO_TRUST
= -4
NOT_AUTHORIZED
public
mixed
NOT_AUTHORIZED
= -5
SUCCESS
public
mixed
SUCCESS
= 0
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrClaimClaimableBalanceResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrClaimClaimableBalanceResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int