Stellar PHP SDK API Documentation

XdrTTLEntry
in package

Table of Contents

Properties

$keyHash  : string
$liveUntilLedgerSeq  : int

Methods

__construct()  : mixed
decode()  : XdrTTLEntry
encode()  : string
getKeyHash()  : string
getLiveUntilLedgerSeq()  : int
setKeyHash()  : void
setLiveUntilLedgerSeq()  : void

Properties

Methods

__construct()

public __construct(string $keyHash, int $liveUntilLedgerSeq) : mixed
Parameters
$keyHash : string
$liveUntilLedgerSeq : int

encode()

public encode() : string
Return values
string

getKeyHash()

public getKeyHash() : string
Return values
string

getLiveUntilLedgerSeq()

public getLiveUntilLedgerSeq() : int
Return values
int

setKeyHash()

public setKeyHash(string $keyHash) : void
Parameters
$keyHash : string

setLiveUntilLedgerSeq()

public setLiveUntilLedgerSeq(int $liveUntilLedgerSeq) : void
Parameters
$liveUntilLedgerSeq : int

        
On this page

Search results