Stellar PHP SDK API Documentation

XdrMuxedAccountBase
in package

Table of Contents

Properties

$ed25519  : string|null
$med25519  : XdrMuxedAccountMed25519|null
$type  : XdrCryptoKeyType

Methods

__construct()  : mixed
decode()  : static
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : static
getEd25519()  : string|null
getMed25519()  : XdrMuxedAccountMed25519|null
getType()  : XdrCryptoKeyType
setEd25519()  : void
setMed25519()  : void
setType()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

fromBase64Xdr()

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

fromTxRep()

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

setEd25519()

public setEd25519(string|null $ed25519) : void
Parameters
$ed25519 : string|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