Stellar PHP SDK API Documentation

XdrMuxedAccountMed25519 extends XdrMuxedAccountMed25519Base
in package

Table of Contents

Properties

$ed25519  : string
$id  : int

Methods

__construct()  : mixed
decode()  : static
decodeInverted()  : XdrMuxedAccountMed25519
encode()  : string
encodeInverted()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
fromTxRep()  : static
getAccountId()  : string
getEd25519()  : string
getId()  : int
setEd25519()  : void
setId()  : void
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string
toTxRep()  : void

Properties

Methods

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

fromTxRep()

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

getAccountId()

public getAccountId() : string
Return values
string

str key representation of the account id (M...)

toJson()

public toJson() : string
Tags
throws
JsonException

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

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