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
- fromBase64Xdr() : static
- getValue() : int
- RESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE() : XdrRestoreFootprintResultCode
- RESTORE_FOOTPRINT_MALFORMED() : XdrRestoreFootprintResultCode
- RESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED() : XdrRestoreFootprintResultCode
- RESTORE_FOOTPRINT_SUCCESS() : XdrRestoreFootprintResultCode
- toBase64Xdr() : string
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
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
intRESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE()
public
static RESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE() : XdrRestoreFootprintResultCode
Return values
XdrRestoreFootprintResultCodeRESTORE_FOOTPRINT_MALFORMED()
public
static RESTORE_FOOTPRINT_MALFORMED() : XdrRestoreFootprintResultCode
Return values
XdrRestoreFootprintResultCodeRESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED()
public
static RESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED() : XdrRestoreFootprintResultCode
Return values
XdrRestoreFootprintResultCodeRESTORE_FOOTPRINT_SUCCESS()
public
static RESTORE_FOOTPRINT_SUCCESS() : XdrRestoreFootprintResultCode
Return values
XdrRestoreFootprintResultCodetoBase64Xdr()
public
toBase64Xdr() : string