XdrTransactionEventStage
in package
Table of Contents
Constants
- TRANSACTION_EVENT_STAGE_AFTER_ALL_TXS : mixed = 2
- TRANSACTION_EVENT_STAGE_AFTER_TX : mixed = 1
- TRANSACTION_EVENT_STAGE_BEFORE_ALL_TXS : mixed = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrTransactionEventStage
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getValue() : int
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : 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
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
inttoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : 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