XdrLedgerEntryChangeType
in package
Table of Contents
Constants
- LEDGER_ENTRY_CREATED : mixed = 0
- LEDGER_ENTRY_REMOVED : mixed = 2
- LEDGER_ENTRY_RESTORED : mixed = 4
- LEDGER_ENTRY_STATE : mixed = 3
- LEDGER_ENTRY_UPDATED : mixed = 1
Properties
- $value : int
Methods
- __construct() : mixed
- CREATED() : XdrLedgerEntryChangeType
- decode() : XdrLedgerEntryChangeType
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getValue() : int
- REMOVED() : XdrLedgerEntryChangeType
- RESTORED() : XdrLedgerEntryChangeType
- STATE() : XdrLedgerEntryChangeType
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : string
- UPDATED() : XdrLedgerEntryChangeType
Constants
LEDGER_ENTRY_CREATED
public
mixed
LEDGER_ENTRY_CREATED
= 0
LEDGER_ENTRY_REMOVED
public
mixed
LEDGER_ENTRY_REMOVED
= 2
LEDGER_ENTRY_RESTORED
public
mixed
LEDGER_ENTRY_RESTORED
= 4
LEDGER_ENTRY_STATE
public
mixed
LEDGER_ENTRY_STATE
= 3
LEDGER_ENTRY_UPDATED
public
mixed
LEDGER_ENTRY_UPDATED
= 1
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
CREATED()
public
static CREATED() : XdrLedgerEntryChangeType
Return values
XdrLedgerEntryChangeTypedecode()
public
static decode(XdrBuffer $xdr) : XdrLedgerEntryChangeType
Parameters
- $xdr : XdrBuffer
Return values
XdrLedgerEntryChangeTypeencode()
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
intREMOVED()
public
static REMOVED() : XdrLedgerEntryChangeType
Return values
XdrLedgerEntryChangeTypeRESTORED()
public
static RESTORED() : XdrLedgerEntryChangeType
Return values
XdrLedgerEntryChangeTypeSTATE()
public
static STATE() : XdrLedgerEntryChangeType
Return values
XdrLedgerEntryChangeTypetoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : string
Return values
stringUPDATED()
public
static UPDATED() : XdrLedgerEntryChangeType