XdrRevokeSponsorshipResultCode
in package
Table of Contents
Constants
- DOES_NOT_EXIST = -1
- LOW_RESERVE = -3
- MALFORMED = -5
- NOT_SPONSOR = -2
- ONLY_TRANSFERABLE = -4
- SUCCESS = 0
Methods
- __construct() : mixed
- decode() : XdrRevokeSponsorshipResultCode
- encode() : string
- getValue() : int
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
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrRevokeSponsorshipResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrRevokeSponsorshipResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int