Stellar PHP SDK API Documentation

XdrHotArchiveBucketEntryType
in package

Table of Contents

Constants

HOT_ARCHIVE_ARCHIVED  : mixed = 0
HOT_ARCHIVE_LIVE  : mixed = 1
HOT_ARCHIVE_METAENTRY  : mixed = -1

Properties

$value  : int

Methods

__construct()  : mixed
decode()  : XdrHotArchiveBucketEntryType
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getValue()  : int
HOT_ARCHIVE_ARCHIVED()  : XdrHotArchiveBucketEntryType
HOT_ARCHIVE_LIVE()  : XdrHotArchiveBucketEntryType
HOT_ARCHIVE_METAENTRY()  : XdrHotArchiveBucketEntryType
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string

Constants

Properties

Methods

fromJson()

public static fromJson(string $json) : static
Parameters
$json : string
Tags
throws
JsonException

If $json is not syntactically valid JSON.

InvalidArgumentException

If the JSON shape does not match this type.

Return values
static

toJson()

public toJson() : string
Tags
throws
JsonException

If the value contains structures that cannot be encoded as JSON.

Return values
string
On this page

Search results