XdrSCSpecEventParamLocationV0
in package
Table of Contents
Constants
- SC_SPEC_EVENT_PARAM_LOCATION_DATA : mixed = 0
- SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST : mixed = 1
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrSCSpecEventParamLocationV0
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getValue() : int
- SC_SPEC_EVENT_PARAM_LOCATION_DATA() : XdrSCSpecEventParamLocationV0
- SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST() : XdrSCSpecEventParamLocationV0
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : string
Constants
SC_SPEC_EVENT_PARAM_LOCATION_DATA
public
mixed
SC_SPEC_EVENT_PARAM_LOCATION_DATA
= 0
SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST
public
mixed
SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST
= 1
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecEventParamLocationV0
Parameters
- $xdr : XdrBuffer
Return values
XdrSCSpecEventParamLocationV0encode()
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
staticgetValue()
public
getValue() : int
Return values
intSC_SPEC_EVENT_PARAM_LOCATION_DATA()
public
static SC_SPEC_EVENT_PARAM_LOCATION_DATA() : XdrSCSpecEventParamLocationV0
Return values
XdrSCSpecEventParamLocationV0SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST()
public
static SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST() : XdrSCSpecEventParamLocationV0
Return values
XdrSCSpecEventParamLocationV0toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : string