XdrSponsorshipDescriptor
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrSponsorshipDescriptor
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : mixed
Properties
$sponsorshipDescriptor
public
XdrPublicKey
$sponsorshipDescriptor
Methods
__construct()
public
__construct(XdrPublicKey $sponsorshipDescriptor) : mixed
Parameters
- $sponsorshipDescriptor : XdrPublicKey
decode()
public
static decode(XdrBuffer $xdr) : XdrSponsorshipDescriptor
Parameters
- $xdr : XdrBuffer
Return values
XdrSponsorshipDescriptorencode()
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
statictoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : mixed