Stellar PHP SDK API Documentation

XdrSCValType
in package

Table of Contents

Constants

SCV_ADDRESS  = 18
SCV_BOOL  = 0
SCV_BYTES  = 13
SCV_CONTRACT_INSTANCE  = 19
SCV_DURATION  = 8
SCV_ERROR  = 2
SCV_I128  = 10
SCV_I256  = 12
SCV_I32  = 4
SCV_I64  = 6
SCV_LEDGER_KEY_CONTRACT_INSTANCE  = 20
SCV_LEDGER_KEY_NONCE  = 21
SCV_MAP  = 17
SCV_STRING  = 14
SCV_SYMBOL  = 15
SCV_TIMEPOINT  = 7
SCV_U128  = 9
SCV_U256  = 11
SCV_U32  = 3
SCV_U64  = 5
SCV_VEC  = 16
SCV_VOID  = 1

Properties

$value  : int

Methods

__construct()  : mixed
ADDRESS()  : XdrSCValType
BOOL()  : XdrSCValType
BYTES()  : XdrSCValType
decode()  : XdrSCValType
DURATION()  : XdrSCValType
encode()  : string
ERROR()  : XdrSCValType
getValue()  : int
I128()  : XdrSCValType
I256()  : XdrSCValType
I32()  : XdrSCValType
I64()  : XdrSCValType
LEDGER_KEY_NONCE()  : XdrSCValType
MAP()  : XdrSCValType
SCV_CONTRACT_INSTANCE()  : XdrSCValType
SCV_LEDGER_KEY_CONTRACT_INSTANCE()  : XdrSCValType
STRING()  : XdrSCValType
SYMBOL()  : XdrSCValType
TIMEPOINT()  : XdrSCValType
U128()  : XdrSCValType
U256()  : XdrSCValType
U32()  : XdrSCValType
U64()  : XdrSCValType
VEC()  : XdrSCValType
VOID()  : XdrSCValType

Constants

SCV_CONTRACT_INSTANCE

public mixed SCV_CONTRACT_INSTANCE = 19

SCV_LEDGER_KEY_CONTRACT_INSTANCE

public mixed SCV_LEDGER_KEY_CONTRACT_INSTANCE = 20

SCV_LEDGER_KEY_NONCE

public mixed SCV_LEDGER_KEY_NONCE = 21

Properties

Methods

__construct()

public __construct(int $value) : mixed
Parameters
$value : int

        
On this page

Search results