XdrMuxedAccountMed25519
extends XdrMuxedAccountMed25519Base
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : static
- decodeInverted() : XdrMuxedAccountMed25519
- encode() : string
- encodeInverted() : string
- fromBase64Xdr() : static
- fromTxRep() : static
- getAccountId() : string
- getEd25519() : string
- getId() : int
- setEd25519() : void
- setId() : void
- toBase64Xdr() : string
- toTxRep() : void
Properties
$ed25519
public
string
$ed25519
$id
public
int
$id
Methods
__construct()
public
__construct(int $id, string $ed25519) : mixed
Parameters
- $id : int
- $ed25519 : string
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
- $xdr : XdrBuffer
Return values
staticdecodeInverted()
public
static decodeInverted(XdrBuffer $xdr) : XdrMuxedAccountMed25519
Parameters
- $xdr : XdrBuffer
Return values
XdrMuxedAccountMed25519encode()
public
encode() : string
Return values
stringencodeInverted()
public
encodeInverted() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
staticgetAccountId()
public
getAccountId() : string
Return values
string —str key representation of the account id (M...)
getEd25519()
public
getEd25519() : string
Return values
stringgetId()
public
getId() : int
Return values
intsetEd25519()
public
setEd25519(string $ed25519) : void
Parameters
- $ed25519 : string
setId()
public
setId(int $id) : void
Parameters
- $id : int
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
- $prefix : string
- $lines : array<string|int, mixed>