XdrSCMetaEntry
in package
Table of Contents
Properties
- $type : XdrSCMetaKind
- $v0 : XdrSCMetaV0|null
Methods
- __construct() : mixed
- decode() : XdrSCMetaEntry
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getType() : XdrSCMetaKind
- getV0() : XdrSCMetaV0|null
- setType() : void
- setV0() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : mixed
Properties
$type
public
XdrSCMetaKind
$type
$v0
public
XdrSCMetaV0|null
$v0
= null
Methods
__construct()
public
__construct([XdrSCMetaKind|null $type = null ]) : mixed
Parameters
- $type : XdrSCMetaKind|null = null
decode()
public
static decode(XdrBuffer $xdr) : XdrSCMetaEntry
Parameters
- $xdr : XdrBuffer
Return values
XdrSCMetaEntryencode()
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
staticgetType()
public
getType() : XdrSCMetaKind
Return values
XdrSCMetaKindgetV0()
public
getV0() : XdrSCMetaV0|null
Return values
XdrSCMetaV0|nullsetType()
public
setType(XdrSCMetaKind $type) : void
Parameters
- $type : XdrSCMetaKind
setV0()
public
setV0(XdrSCMetaV0|null $v0) : void
Parameters
- $v0 : XdrSCMetaV0|null
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : mixed