XdrLedgerKeyAccount
extends XdrLedgerKeyAccountBase
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : static
- encode() : string
- forAccountId() : XdrLedgerKeyAccount
- fromBase64Xdr() : static
- fromTxRep() : static
- getAccountID() : XdrAccountID
- setAccountID() : void
- toBase64Xdr() : string
- toTxRep() : void
Properties
$accountID
public
XdrAccountID
$accountID
Methods
__construct()
public
__construct(XdrAccountID $accountID) : mixed
Parameters
- $accountID : XdrAccountID
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
- $xdr : XdrBuffer
Return values
staticencode()
public
encode() : string
Return values
stringforAccountId()
public
static forAccountId(string $accountId) : XdrLedgerKeyAccount
Parameters
- $accountId : string
Return values
XdrLedgerKeyAccountfromBase64Xdr()
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() : XdrAccountID
Return values
XdrAccountIDsetAccountID()
public
setAccountID(XdrAccountID $accountID) : void
Parameters
- $accountID : XdrAccountID
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>