XdrExtendFootprintTTLResultCode
in package
Table of Contents
Constants
- EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE = -3
- EXTEND_FOOTPRINT_TTL_MALFORMED = -1
- EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED = -2
- EXTEND_FOOTPRINT_TTL_SUCCESS = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrExtendFootprintTTLResultCode
- encode() : string
- getValue() : int
Constants
EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE
public
mixed
EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE
= -3
EXTEND_FOOTPRINT_TTL_MALFORMED
public
mixed
EXTEND_FOOTPRINT_TTL_MALFORMED
= -1
EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED
public
mixed
EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED
= -2
EXTEND_FOOTPRINT_TTL_SUCCESS
public
mixed
EXTEND_FOOTPRINT_TTL_SUCCESS
= 0
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrExtendFootprintTTLResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrExtendFootprintTTLResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int