XdrClaimClaimableBalanceResultCode
in package
Table of Contents
Constants
- CANNOT_CLAIM : mixed = -2
- DOES_NOT_EXIST : mixed = -1
- LINE_FULL : mixed = -3
- NO_TRUST : mixed = -4
- NOT_AUTHORIZED : mixed = -5
- SUCCESS : mixed = 0
- TRUSTLINE_FROZEN : mixed = -6
Properties
- $value : int
Methods
- __construct() : mixed
- CANNOT_CLAIM() : XdrClaimClaimableBalanceResultCode
- decode() : XdrClaimClaimableBalanceResultCode
- DOES_NOT_EXIST() : XdrClaimClaimableBalanceResultCode
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getValue() : int
- LINE_FULL() : XdrClaimClaimableBalanceResultCode
- NO_TRUST() : XdrClaimClaimableBalanceResultCode
- NOT_AUTHORIZED() : XdrClaimClaimableBalanceResultCode
- SUCCESS() : XdrClaimClaimableBalanceResultCode
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : string
- TRUSTLINE_FROZEN() : XdrClaimClaimableBalanceResultCode
Constants
CANNOT_CLAIM
public
mixed
CANNOT_CLAIM
= -2
DOES_NOT_EXIST
public
mixed
DOES_NOT_EXIST
= -1
LINE_FULL
public
mixed
LINE_FULL
= -3
NO_TRUST
public
mixed
NO_TRUST
= -4
NOT_AUTHORIZED
public
mixed
NOT_AUTHORIZED
= -5
SUCCESS
public
mixed
SUCCESS
= 0
TRUSTLINE_FROZEN
public
mixed
TRUSTLINE_FROZEN
= -6
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
CANNOT_CLAIM()
public
static CANNOT_CLAIM() : XdrClaimClaimableBalanceResultCode
Return values
XdrClaimClaimableBalanceResultCodedecode()
public
static decode(XdrBuffer $xdr) : XdrClaimClaimableBalanceResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrClaimClaimableBalanceResultCodeDOES_NOT_EXIST()
public
static DOES_NOT_EXIST() : XdrClaimClaimableBalanceResultCode
Return values
XdrClaimClaimableBalanceResultCodeencode()
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
intLINE_FULL()
public
static LINE_FULL() : XdrClaimClaimableBalanceResultCode
Return values
XdrClaimClaimableBalanceResultCodeNO_TRUST()
public
static NO_TRUST() : XdrClaimClaimableBalanceResultCode
Return values
XdrClaimClaimableBalanceResultCodeNOT_AUTHORIZED()
public
static NOT_AUTHORIZED() : XdrClaimClaimableBalanceResultCode
Return values
XdrClaimClaimableBalanceResultCodeSUCCESS()
public
static SUCCESS() : XdrClaimClaimableBalanceResultCode
Return values
XdrClaimClaimableBalanceResultCodetoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : string
Return values
stringTRUSTLINE_FROZEN()
public
static TRUSTLINE_FROZEN() : XdrClaimClaimableBalanceResultCode