XdrMuxedAccountMed25519Base
Table of Contents
Properties
-
$ed25519
: string
-
$id
: int
Methods
-
__construct()
: mixed
-
decode()
: static
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: static
-
getEd25519()
: string
-
getId()
: int
-
setEd25519()
: void
-
setId()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
$ed25519
public
string
$ed25519
$id
public
int
$id
__construct()
public
__construct(int $id, string $ed25519) : mixed
Parameters
-
$id
: int
-
-
$ed25519
: string
-
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
fromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getEd25519()
public
getEd25519() : string
getId()
public
getId() : int
setEd25519()
public
setEd25519(string $ed25519) : void
Parameters
-
$ed25519
: string
-
setId()
public
setId(int $id) : void
Parameters
-
$id
: int
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-