XdrRevokeSponsorshipResultCode
in package
Table of Contents
Constants
- DOES_NOT_EXIST : mixed = -1
- LOW_RESERVE : mixed = -3
- MALFORMED : mixed = -5
- NOT_SPONSOR : mixed = -2
- ONLY_TRANSFERABLE : mixed = -4
- SUCCESS : mixed = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrRevokeSponsorshipResultCode
- DOES_NOT_EXIST() : XdrRevokeSponsorshipResultCode
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getValue() : int
- LOW_RESERVE() : XdrRevokeSponsorshipResultCode
- MALFORMED() : XdrRevokeSponsorshipResultCode
- NOT_SPONSOR() : XdrRevokeSponsorshipResultCode
- ONLY_TRANSFERABLE() : XdrRevokeSponsorshipResultCode
- SUCCESS() : XdrRevokeSponsorshipResultCode
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : string
Constants
DOES_NOT_EXIST
public
mixed
DOES_NOT_EXIST
= -1
LOW_RESERVE
public
mixed
LOW_RESERVE
= -3
MALFORMED
public
mixed
MALFORMED
= -5
NOT_SPONSOR
public
mixed
NOT_SPONSOR
= -2
ONLY_TRANSFERABLE
public
mixed
ONLY_TRANSFERABLE
= -4
SUCCESS
public
mixed
SUCCESS
= 0
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrRevokeSponsorshipResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrRevokeSponsorshipResultCodeDOES_NOT_EXIST()
public
static DOES_NOT_EXIST() : XdrRevokeSponsorshipResultCode
Return values
XdrRevokeSponsorshipResultCodeencode()
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
intLOW_RESERVE()
public
static LOW_RESERVE() : XdrRevokeSponsorshipResultCode
Return values
XdrRevokeSponsorshipResultCodeMALFORMED()
public
static MALFORMED() : XdrRevokeSponsorshipResultCode
Return values
XdrRevokeSponsorshipResultCodeNOT_SPONSOR()
public
static NOT_SPONSOR() : XdrRevokeSponsorshipResultCode
Return values
XdrRevokeSponsorshipResultCodeONLY_TRANSFERABLE()
public
static ONLY_TRANSFERABLE() : XdrRevokeSponsorshipResultCode
Return values
XdrRevokeSponsorshipResultCodeSUCCESS()
public
static SUCCESS() : XdrRevokeSponsorshipResultCode
Return values
XdrRevokeSponsorshipResultCodetoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : string