XdrAuthenticatedMessage
in package
Table of Contents
Properties
- $v : int
- $v0 : XdrAuthenticatedMessageV0|null
Methods
- __construct() : mixed
- decode() : XdrAuthenticatedMessage
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getV() : int
- getV0() : XdrAuthenticatedMessageV0|null
- setV() : void
- setV0() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : mixed
Properties
$v
public
int
$v
$v0
public
XdrAuthenticatedMessageV0|null
$v0
= null
Methods
__construct()
public
__construct([int|null $v = null ]) : mixed
Parameters
- $v : int|null = null
decode()
public
static decode(XdrBuffer $xdr) : XdrAuthenticatedMessage
Parameters
- $xdr : XdrBuffer
Return values
XdrAuthenticatedMessageencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromJson()
public
static fromJson(string $json) : static
Parameters
- $json : string
Tags
Return values
staticfromJsonValue()
public
static fromJsonValue(mixed $value) : static
Parameters
- $value : mixed
Return values
staticgetV()
public
getV() : int
Return values
intgetV0()
public
getV0() : XdrAuthenticatedMessageV0|null
Return values
XdrAuthenticatedMessageV0|nullsetV()
public
setV(int $v) : void
Parameters
- $v : int
setV0()
public
setV0(XdrAuthenticatedMessageV0|null $v0) : void
Parameters
- $v0 : XdrAuthenticatedMessageV0|null
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : mixed