XdrSCSpecTypeMap
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrSCSpecTypeMap
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getKeyType() : XdrSCSpecTypeDef
- getValueType() : XdrSCSpecTypeDef
- setKeyType() : void
- setValueType() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$keyType
public
XdrSCSpecTypeDef
$keyType
$valueType
public
XdrSCSpecTypeDef
$valueType
Methods
__construct()
public
__construct(XdrSCSpecTypeDef $keyType, XdrSCSpecTypeDef $valueType) : mixed
Parameters
- $keyType : XdrSCSpecTypeDef
- $valueType : XdrSCSpecTypeDef
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecTypeMap
Parameters
- $xdr : XdrBuffer
Return values
XdrSCSpecTypeMapencode()
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
staticgetKeyType()
public
getKeyType() : XdrSCSpecTypeDef
Return values
XdrSCSpecTypeDefgetValueType()
public
getValueType() : XdrSCSpecTypeDef
Return values
XdrSCSpecTypeDefsetKeyType()
public
setKeyType(XdrSCSpecTypeDef $keyType) : void
Parameters
- $keyType : XdrSCSpecTypeDef
setValueType()
public
setValueType(XdrSCSpecTypeDef $valueType) : void
Parameters
- $valueType : XdrSCSpecTypeDef
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>