Stellar PHP SDK API Documentation

XdrBucketEntry
in package

Table of Contents

Properties

$deadEntry  : XdrLedgerKey|null
$liveEntry  : XdrLedgerEntry|null
$metaEntry  : XdrBucketMetadata|null
$type  : XdrBucketEntryType

Methods

__construct()  : mixed
decode()  : XdrBucketEntry
encode()  : string
fromBase64Xdr()  : static
getDeadEntry()  : XdrLedgerKey|null
getLiveEntry()  : XdrLedgerEntry|null
getMetaEntry()  : XdrBucketMetadata|null
getType()  : XdrBucketEntryType
setDeadEntry()  : void
setLiveEntry()  : void
setMetaEntry()  : void
setType()  : void
toBase64Xdr()  : string

Properties

Methods

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

toBase64Xdr()

public toBase64Xdr() : string
Return values
string

        
On this page

Search results