XdrExtendFootprintTTLResultCode
in package
Table of Contents
Constants
- EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE : mixed = -3
- EXTEND_FOOTPRINT_TTL_MALFORMED : mixed = -1
- EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED : mixed = -2
- EXTEND_FOOTPRINT_TTL_SUCCESS : mixed = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrExtendFootprintTTLResultCode
- encode() : string
- EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE() : XdrExtendFootprintTTLResultCode
- EXTEND_FOOTPRINT_TTL_MALFORMED() : XdrExtendFootprintTTLResultCode
- EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED() : XdrExtendFootprintTTLResultCode
- EXTEND_FOOTPRINT_TTL_SUCCESS() : XdrExtendFootprintTTLResultCode
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getValue() : int
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : string
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
stringEXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE()
public
static EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE() : XdrExtendFootprintTTLResultCode
Return values
XdrExtendFootprintTTLResultCodeEXTEND_FOOTPRINT_TTL_MALFORMED()
public
static EXTEND_FOOTPRINT_TTL_MALFORMED() : XdrExtendFootprintTTLResultCode
Return values
XdrExtendFootprintTTLResultCodeEXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED()
public
static EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED() : XdrExtendFootprintTTLResultCode
Return values
XdrExtendFootprintTTLResultCodeEXTEND_FOOTPRINT_TTL_SUCCESS()
public
static EXTEND_FOOTPRINT_TTL_SUCCESS() : XdrExtendFootprintTTLResultCode
Return values
XdrExtendFootprintTTLResultCodefromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromJson()
public
static fromJson(string $json) : static
Parameters
- $json : string
Tags
Return values
staticfromJsonValue()
public
static fromJsonValue(mixed $value) : static
Parameters
- $value : mixed
Return values
staticgetValue()
public
getValue() : int
Return values
inttoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : string