Stellar PHP SDK API Documentation

XdrSerializedBinaryFuseFilter
in package

Table of Contents

Properties

$filterSeed  : XdrShortHashSeed
$fingerprintLength  : int
$fingerprints  : string
$inputHashSeed  : XdrShortHashSeed
$segementLengthMask  : int
$segmentCount  : int
$segmentCountLength  : int
$segmentLength  : int
$type  : XdrBinaryFuseFilterType

Methods

__construct()  : mixed
decode()  : XdrSerializedBinaryFuseFilter
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getFilterSeed()  : XdrShortHashSeed
getFingerprintLength()  : int
getFingerprints()  : string
getInputHashSeed()  : XdrShortHashSeed
getSegementLengthMask()  : int
getSegmentCount()  : int
getSegmentCountLength()  : int
getSegmentLength()  : int
getType()  : XdrBinaryFuseFilterType
setFilterSeed()  : void
setFingerprintLength()  : void
setFingerprints()  : void
setInputHashSeed()  : void
setSegementLengthMask()  : void
setSegmentCount()  : void
setSegmentCountLength()  : void
setSegmentLength()  : void
setType()  : void
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(XdrBinaryFuseFilterType $type, XdrShortHashSeed $inputHashSeed, XdrShortHashSeed $filterSeed, int $segmentLength, int $segementLengthMask, int $segmentCount, int $segmentCountLength, int $fingerprintLength, string $fingerprints) : mixed
Parameters
$type : XdrBinaryFuseFilterType
$inputHashSeed : XdrShortHashSeed
$filterSeed : XdrShortHashSeed
$segmentLength : int
$segementLengthMask : int
$segmentCount : int
$segmentCountLength : int
$fingerprintLength : int
$fingerprints : string

fromJson()

public static fromJson(string $json) : static
Parameters
$json : string
Tags
throws
JsonException

If $json is not syntactically valid JSON.

InvalidArgumentException

If the JSON shape does not match this type.

Return values
static

toJson()

public toJson() : string
Tags
throws
JsonException

If the value contains structures that cannot be encoded as JSON.

Return values
string
On this page

Search results