Stellar PHP SDK API Documentation

XdrLedgerEntryType
in package

Table of Contents

Constants

ACCOUNT  = 0
CLAIMABLE_BALANCE  = 4
CONFIG_SETTING  = 8
CONTRACT_CODE  = 7
CONTRACT_DATA  = 6
DATA  = 3
LIQUIDITY_POOL  = 5
OFFER  = 2
TRUSTLINE  = 1
TTL  = 9

Properties

$value  : int

Methods

__construct()  : mixed
ACCOUNT()  : XdrLedgerEntryType
CLAIMABLE_BALANCE()  : XdrLedgerEntryType
CONFIG_SETTING()  : XdrLedgerEntryType
CONTRACT_CODE()  : XdrLedgerEntryType
CONTRACT_DATA()  : XdrLedgerEntryType
DATA()  : XdrLedgerEntryType
decode()  : XdrLedgerEntryType
encode()  : string
enumName()  : string
EXPIRATION()  : XdrLedgerEntryType
fromBase64Xdr()  : static
fromTxRep()  : static
fromTxRepName()  : static
getValue()  : int
LIQUIDITY_POOL()  : XdrLedgerEntryType
OFFER()  : XdrLedgerEntryType
toBase64Xdr()  : string
toTxRep()  : void
TRUSTLINE()  : XdrLedgerEntryType
TTL()  : XdrLedgerEntryType

Constants

Properties

Methods

fromBase64Xdr()

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

fromTxRep()

public static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
$map : array<string|int, mixed>
$prefix : string
Return values
static

fromTxRepName()

public static fromTxRepName(string $name) : static
Parameters
$name : string
Return values
static

toTxRep()

public toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
$prefix : string
$lines : array<string|int, mixed>

        
On this page

Search results