XdrHotArchiveBucketEntry
in package
Table of Contents
Properties
- $archivedEntry : XdrLedgerEntry|null
- $key : XdrLedgerKey|null
- $metaEntry : XdrBucketMetadata|null
- $type : XdrHotArchiveBucketEntryType
Methods
- __construct() : mixed
- decode() : XdrHotArchiveBucketEntry
- encode() : string
- fromBase64Xdr() : static
- getArchivedEntry() : XdrLedgerEntry|null
- getKey() : XdrLedgerKey|null
- getMetaEntry() : XdrBucketMetadata|null
- getType() : XdrHotArchiveBucketEntryType
- setArchivedEntry() : void
- setKey() : void
- setMetaEntry() : void
- setType() : void
- toBase64Xdr() : string
Properties
$archivedEntry
public
XdrLedgerEntry|null
$archivedEntry
= null
$key
public
XdrLedgerKey|null
$key
= null
$metaEntry
public
XdrBucketMetadata|null
$metaEntry
= null
$type
public
XdrHotArchiveBucketEntryType
$type
Methods
__construct()
public
__construct([XdrHotArchiveBucketEntryType|null $type = null ]) : mixed
Parameters
- $type : XdrHotArchiveBucketEntryType|null = null
decode()
public
static decode(XdrBuffer $xdr) : XdrHotArchiveBucketEntry
Parameters
- $xdr : XdrBuffer
Return values
XdrHotArchiveBucketEntryencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetArchivedEntry()
public
getArchivedEntry() : XdrLedgerEntry|null
Return values
XdrLedgerEntry|nullgetKey()
public
getKey() : XdrLedgerKey|null
Return values
XdrLedgerKey|nullgetMetaEntry()
public
getMetaEntry() : XdrBucketMetadata|null
Return values
XdrBucketMetadata|nullgetType()
public
getType() : XdrHotArchiveBucketEntryType
Return values
XdrHotArchiveBucketEntryTypesetArchivedEntry()
public
setArchivedEntry(XdrLedgerEntry|null $archivedEntry) : void
Parameters
- $archivedEntry : XdrLedgerEntry|null
setKey()
public
setKey(XdrLedgerKey|null $key) : void
Parameters
- $key : XdrLedgerKey|null
setMetaEntry()
public
setMetaEntry(XdrBucketMetadata|null $metaEntry) : void
Parameters
- $metaEntry : XdrBucketMetadata|null
setType()
public
setType(XdrHotArchiveBucketEntryType $type) : void
Parameters
- $type : XdrHotArchiveBucketEntryType
toBase64Xdr()
public
toBase64Xdr() : string