XdrThresholdIndexes
in package
Table of Contents
Constants
- THRESHOLD_HIGH = 3
- THRESHOLD_LOW = 1
- THRESHOLD_MASTER_WEIGHT = 0
- THRESHOLD_MED = 2
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrThresholdIndexes
- encode() : string
- fromBase64Xdr() : static
- getValue() : int
- THRESHOLD_HIGH() : XdrThresholdIndexes
- THRESHOLD_LOW() : XdrThresholdIndexes
- THRESHOLD_MASTER_WEIGHT() : XdrThresholdIndexes
- THRESHOLD_MED() : XdrThresholdIndexes
- toBase64Xdr() : string
Constants
THRESHOLD_HIGH
public
mixed
THRESHOLD_HIGH
= 3
THRESHOLD_LOW
public
mixed
THRESHOLD_LOW
= 1
THRESHOLD_MASTER_WEIGHT
public
mixed
THRESHOLD_MASTER_WEIGHT
= 0
THRESHOLD_MED
public
mixed
THRESHOLD_MED
= 2
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrThresholdIndexes
Parameters
- $xdr : XdrBuffer
Return values
XdrThresholdIndexesencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
intTHRESHOLD_HIGH()
public
static THRESHOLD_HIGH() : XdrThresholdIndexes
Return values
XdrThresholdIndexesTHRESHOLD_LOW()
public
static THRESHOLD_LOW() : XdrThresholdIndexes
Return values
XdrThresholdIndexesTHRESHOLD_MASTER_WEIGHT()
public
static THRESHOLD_MASTER_WEIGHT() : XdrThresholdIndexes
Return values
XdrThresholdIndexesTHRESHOLD_MED()
public
static THRESHOLD_MED() : XdrThresholdIndexes
Return values
XdrThresholdIndexestoBase64Xdr()
public
toBase64Xdr() : string