Stellar PHP SDK API Documentation

XdrFreezeBypassTxs
in package

Table of Contents

Properties

$txHashes  : array<string|int, mixed>

Methods

__construct()  : mixed
decode()  : XdrFreezeBypassTxs
encode()  : string
fromBase64Xdr()  : static
getTxHashes()  : array<string|int, mixed>
setTxHashes()  : void
toBase64Xdr()  : string

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $txHashes) : mixed
Parameters
$txHashes : array<string|int, mixed>

fromBase64Xdr()

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

getTxHashes()

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

setTxHashes()

public setTxHashes(array<string|int, mixed> $txHashes) : void
Parameters
$txHashes : array<string|int, mixed>

        
On this page

Search results