Stellar PHP SDK API Documentation

XdrClaimant
in package

Table of Contents

Properties

$type  : XdrClaimantType
$v0  : XdrClaimantV0|null

Methods

__construct()  : mixed
decode()  : XdrClaimant
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : XdrClaimant
getType()  : XdrClaimantType
getV0()  : XdrClaimantV0|null
setType()  : void
setV0()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

encode()

public encode() : string
Return values
string

fromBase64Xdr()

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

fromTxRep()

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

toBase64Xdr()

public toBase64Xdr() : string
Return values
string

toTxRep()

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

        
On this page

Search results