XdrSCSpecTypeResult
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrSCSpecTypeResult
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getErrorType() : XdrSCSpecTypeDef
- getOkType() : XdrSCSpecTypeDef
- setErrorType() : void
- setOkType() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$errorType
public
XdrSCSpecTypeDef
$errorType
$okType
public
XdrSCSpecTypeDef
$okType
Methods
__construct()
public
__construct(XdrSCSpecTypeDef $okType, XdrSCSpecTypeDef $errorType) : mixed
Parameters
- $okType : XdrSCSpecTypeDef
- $errorType : XdrSCSpecTypeDef
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecTypeResult
Parameters
- $xdr : XdrBuffer
Return values
XdrSCSpecTypeResultencode()
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
staticgetErrorType()
public
getErrorType() : XdrSCSpecTypeDef
Return values
XdrSCSpecTypeDefgetOkType()
public
getOkType() : XdrSCSpecTypeDef
Return values
XdrSCSpecTypeDefsetErrorType()
public
setErrorType(XdrSCSpecTypeDef $errorType) : void
Parameters
- $errorType : XdrSCSpecTypeDef
setOkType()
public
setOkType(XdrSCSpecTypeDef $okType) : void
Parameters
- $okType : XdrSCSpecTypeDef
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>