XdrSCMetaKind
in package
Table of Contents
Constants
- SC_META_V0 = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrSCMetaKind
- encode() : string
- fromBase64Xdr() : static
- getValue() : int
- SC_META_V0() : XdrSCMetaKind
- toBase64Xdr() : string
Constants
SC_META_V0
public
mixed
SC_META_V0
= 0
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrSCMetaKind
Parameters
- $xdr : XdrBuffer
Return values
XdrSCMetaKindencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
intSC_META_V0()
public
static SC_META_V0() : XdrSCMetaKind
Return values
XdrSCMetaKindtoBase64Xdr()
public
toBase64Xdr() : string