XdrCreateAccountResultCode
in package
Table of Contents
Constants
- ACCOUNT_ALREADY_EXIST = -4
- LOW_RESERVE = -3
- MALFORMED = -1
- SUCCESS = 0
- UNDERFUNDED = -2
Methods
- __construct() : mixed
- decode() : XdrCreateAccountResultCode
- encode() : string
- getValue() : int
Constants
ACCOUNT_ALREADY_EXIST
public
mixed
ACCOUNT_ALREADY_EXIST
= -4
LOW_RESERVE
public
mixed
LOW_RESERVE
= -3
MALFORMED
public
mixed
MALFORMED
= -1
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) : XdrCreateAccountResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrCreateAccountResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int