XdrTransactionEventStage
in package
Table of Contents
Constants
- TRANSACTION_EVENT_STAGE_AFTER_ALL_TXS = 2
- TRANSACTION_EVENT_STAGE_AFTER_TX = 1
- TRANSACTION_EVENT_STAGE_BEFORE_ALL_TXS = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrTransactionEventStage
- encode() : string
- fromBase64Xdr() : static
- getValue() : int
- toBase64Xdr() : string
- TRANSACTION_EVENT_STAGE_AFTER_ALL_TXS() : XdrTransactionEventStage
- TRANSACTION_EVENT_STAGE_AFTER_TX() : XdrTransactionEventStage
- TRANSACTION_EVENT_STAGE_BEFORE_ALL_TXS() : XdrTransactionEventStage
Constants
TRANSACTION_EVENT_STAGE_AFTER_ALL_TXS
public
mixed
TRANSACTION_EVENT_STAGE_AFTER_ALL_TXS
= 2
TRANSACTION_EVENT_STAGE_AFTER_TX
public
mixed
TRANSACTION_EVENT_STAGE_AFTER_TX
= 1
TRANSACTION_EVENT_STAGE_BEFORE_ALL_TXS
public
mixed
TRANSACTION_EVENT_STAGE_BEFORE_ALL_TXS
= 0
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrTransactionEventStage
Parameters
- $xdr : XdrBuffer
Return values
XdrTransactionEventStageencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
inttoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringTRANSACTION_EVENT_STAGE_AFTER_ALL_TXS()
public
static TRANSACTION_EVENT_STAGE_AFTER_ALL_TXS() : XdrTransactionEventStage
Return values
XdrTransactionEventStageTRANSACTION_EVENT_STAGE_AFTER_TX()
public
static TRANSACTION_EVENT_STAGE_AFTER_TX() : XdrTransactionEventStage
Return values
XdrTransactionEventStageTRANSACTION_EVENT_STAGE_BEFORE_ALL_TXS()
public
static TRANSACTION_EVENT_STAGE_BEFORE_ALL_TXS() : XdrTransactionEventStage