Stellar PHP SDK API Documentation

XdrFrozenLedgerKeys
in package

Table of Contents

Properties

$keys  : array<string|int, mixed>

Methods

__construct()  : mixed
decode()  : XdrFrozenLedgerKeys
encode()  : string
fromBase64Xdr()  : static
getKeys()  : array<string|int, mixed>
setKeys()  : void
toBase64Xdr()  : string

Properties

Methods

__construct()

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

fromBase64Xdr()

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

getKeys()

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

setKeys()

public setKeys(array<string|int, mixed> $keys) : void
Parameters
$keys : array<string|int, mixed>

        
On this page

Search results