XdrSCSpecFunctionInputV0
in package
Table of Contents
Properties
- $doc : string
- $name : string
- $type : XdrSCSpecTypeDef
Methods
- __construct() : mixed
- decode() : XdrSCSpecFunctionInputV0
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getDoc() : string
- getName() : string
- getType() : XdrSCSpecTypeDef
- setDoc() : void
- setName() : void
- setType() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$doc
public
string
$doc
$name
public
string
$name
$type
public
XdrSCSpecTypeDef
$type
Methods
__construct()
public
__construct(string $doc, string $name, XdrSCSpecTypeDef $type) : mixed
Parameters
- $doc : string
- $name : string
- $type : XdrSCSpecTypeDef
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecFunctionInputV0
Parameters
- $xdr : XdrBuffer
Return values
XdrSCSpecFunctionInputV0encode()
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
staticgetDoc()
public
getDoc() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetType()
public
getType() : XdrSCSpecTypeDef
Return values
XdrSCSpecTypeDefsetDoc()
public
setDoc(string $doc) : void
Parameters
- $doc : string
setName()
public
setName(string $name) : void
Parameters
- $name : string
setType()
public
setType(XdrSCSpecTypeDef $type) : void
Parameters
- $type : XdrSCSpecTypeDef
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>