Table of Contents
Constants
-
PUBLIC_KEY_TYPE_ED25519
= 0
Properties
-
$value
: int
Methods
-
__construct()
: mixed
-
decode()
: XdrPublicKeyType
-
encode()
: string
-
enumName()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: static
-
fromTxRepName()
: static
-
getValue()
: int
-
PUBLIC_KEY_TYPE_ED25519()
: XdrPublicKeyType
-
toBase64Xdr()
: string
-
toTxRep()
: void
PUBLIC_KEY_TYPE_ED25519
public
mixed
PUBLIC_KEY_TYPE_ED25519
= 0
__construct()
public
__construct(int $value) : mixed
Parameters
-
$value
: int
-
decode()
public
static decode(XdrBuffer $xdr) : XdrPublicKeyType
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
enumName()
public
enumName() : 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
-
fromTxRepName()
public
static fromTxRepName(string $name) : static
Parameters
-
$name
: string
-
getValue()
public
getValue() : int
PUBLIC_KEY_TYPE_ED25519()
public
static PUBLIC_KEY_TYPE_ED25519() : XdrPublicKeyType
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-