Stellar PHP SDK API Documentation

XdrLedgerEntryChange
in package

Table of Contents

Properties

$created  : XdrLedgerEntry|null
$removed  : XdrLedgerKey|null
$restored  : XdrLedgerEntry|null
$state  : XdrLedgerEntry|null
$type  : XdrLedgerEntryChangeType
$updated  : XdrLedgerEntry|null

Methods

__construct()  : mixed
decode()  : XdrLedgerEntryChange
encode()  : string
fromBase64Xdr()  : static
getCreated()  : XdrLedgerEntry|null
getRemoved()  : XdrLedgerKey|null
getRestored()  : XdrLedgerEntry|null
getState()  : XdrLedgerEntry|null
getType()  : XdrLedgerEntryChangeType
getUpdated()  : XdrLedgerEntry|null
setCreated()  : void
setRemoved()  : void
setRestored()  : void
setState()  : void
setType()  : void
setUpdated()  : void
toBase64Xdr()  : string

Properties

Methods

fromBase64Xdr()

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

        
On this page

Search results