XdrSCSpecUDTUnionCaseV0Base
in package
Table of Contents
Properties
- $kind : XdrSCSpecUDTUnionCaseV0Kind
- $tupleCase : XdrSCSpecUDTUnionCaseTupleV0|null
- $voidCase : XdrSCSpecUDTUnionCaseVoidV0|null
Methods
- __construct() : mixed
- decode() : static
- encode() : string
- fromBase64Xdr() : static
- getKind() : XdrSCSpecUDTUnionCaseV0Kind
- getTupleCase() : XdrSCSpecUDTUnionCaseTupleV0|null
- getVoidCase() : XdrSCSpecUDTUnionCaseVoidV0|null
- setKind() : void
- setTupleCase() : void
- setVoidCase() : void
- toBase64Xdr() : string
Properties
$kind
public
XdrSCSpecUDTUnionCaseV0Kind
$kind
$tupleCase
public
XdrSCSpecUDTUnionCaseTupleV0|null
$tupleCase
= null
$voidCase
public
XdrSCSpecUDTUnionCaseVoidV0|null
$voidCase
= null
Methods
__construct()
public
__construct([XdrSCSpecUDTUnionCaseV0Kind|null $kind = null ]) : mixed
Parameters
- $kind : XdrSCSpecUDTUnionCaseV0Kind|null = null
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
- $xdr : XdrBuffer
Return values
staticencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetKind()
public
getKind() : XdrSCSpecUDTUnionCaseV0Kind
Return values
XdrSCSpecUDTUnionCaseV0KindgetTupleCase()
public
getTupleCase() : XdrSCSpecUDTUnionCaseTupleV0|null
Return values
XdrSCSpecUDTUnionCaseTupleV0|nullgetVoidCase()
public
getVoidCase() : XdrSCSpecUDTUnionCaseVoidV0|null
Return values
XdrSCSpecUDTUnionCaseVoidV0|nullsetKind()
public
setKind(XdrSCSpecUDTUnionCaseV0Kind $kind) : void
Parameters
- $kind : XdrSCSpecUDTUnionCaseV0Kind
setTupleCase()
public
setTupleCase(XdrSCSpecUDTUnionCaseTupleV0|null $tupleCase) : void
Parameters
- $tupleCase : XdrSCSpecUDTUnionCaseTupleV0|null
setVoidCase()
public
setVoidCase(XdrSCSpecUDTUnionCaseVoidV0|null $voidCase) : void
Parameters
- $voidCase : XdrSCSpecUDTUnionCaseVoidV0|null
toBase64Xdr()
public
toBase64Xdr() : string