XdrRestoreFootprintResultCode
in package
Table of Contents
Constants
- RESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE = -3
- RESTORE_FOOTPRINT_MALFORMED = -1
- RESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED = -2
- RESTORE_FOOTPRINT_SUCCESS = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrRestoreFootprintResultCode
- encode() : string
- getValue() : int
Constants
RESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE
public
mixed
RESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE
= -3
RESTORE_FOOTPRINT_MALFORMED
public
mixed
RESTORE_FOOTPRINT_MALFORMED
= -1
RESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED
public
mixed
RESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED
= -2
RESTORE_FOOTPRINT_SUCCESS
public
mixed
RESTORE_FOOTPRINT_SUCCESS
= 0
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrRestoreFootprintResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrRestoreFootprintResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int