Stellar PHP SDK API Documentation

XdrClaimPredicate
in package

Table of Contents

Properties

$absBefore  : int|null
$andPredicates  : array<string|int, mixed>|null
$notPredicate  : XdrClaimPredicate|null
$orPredicates  : array<string|int, mixed>|null
$relBefore  : int|null
$type  : XdrClaimPredicateType

Methods

__construct()  : mixed
decode()  : XdrClaimPredicate
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : XdrClaimPredicate
getAbsBefore()  : int|null
getAndPredicates()  : array<string|int, mixed>|null
getNotPredicate()  : XdrClaimPredicate|null
getOrPredicates()  : array<string|int, mixed>|null
getRelBefore()  : int|null
getType()  : XdrClaimPredicateType
setAbsBefore()  : void
setAndPredicates()  : void
setNotPredicate()  : void
setOrPredicates()  : void
setRelBefore()  : void
setType()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

fromBase64Xdr()

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

getAndPredicates()

public getAndPredicates() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getOrPredicates()

public getOrPredicates() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setAbsBefore()

public setAbsBefore(int|null $absBefore) : void
Parameters
$absBefore : int|null

setAndPredicates()

public setAndPredicates(array<string|int, mixed>|null $andPredicates) : void
Parameters
$andPredicates : array<string|int, mixed>|null

setOrPredicates()

public setOrPredicates(array<string|int, mixed>|null $orPredicates) : void
Parameters
$orPredicates : array<string|int, mixed>|null

setRelBefore()

public setRelBefore(int|null $relBefore) : void
Parameters
$relBefore : int|null

toTxRep()

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

        
On this page

Search results