Stellar PHP SDK API Documentation

XdrOperationType
in package

Table of Contents

Constants

ACCOUNT_MERGE  = 8
ALLOW_TRUST  = 7
BEGIN_SPONSORING_FUTURE_RESERVES  = 16
BUMP_SEQUENCE  = 11
CHANGE_TRUST  = 6
CLAIM_CLAIMABLE_BALANCE  = 15
CLAWBACK  = 19
CLAWBACK_CLAIMABLE_BALANCE  = 20
CREATE_ACCOUNT  = 0
CREATE_CLAIMABLE_BALANCE  = 14
CREATE_PASSIVE_SELL_OFFER  = 4
END_SPONSORING_FUTURE_RESERVES  = 17
EXTEND_FOOTPRINT_TTL  = 25
INFLATION  = 9
INVOKE_HOST_FUNCTION  = 24
LIQUIDITY_POOL_DEPOSIT  = 22
LIQUIDITY_POOL_WITHDRAW  = 23
MANAGE_BUY_OFFER  = 12
MANAGE_DATA  = 10
MANAGE_SELL_OFFER  = 3
PATH_PAYMENT_STRICT_RECEIVE  = 2
PATH_PAYMENT_STRICT_SEND  = 13
PAYMENT  = 1
RESTORE_FOOTPRINT  = 26
REVOKE_SPONSORSHIP  = 18
SET_OPTIONS  = 5
SET_TRUST_LINE_FLAGS  = 21

Properties

$value  : int

Methods

__construct()  : mixed
ACCOUNT_MERGE()  : XdrOperationType
ALLOW_TRUST()  : XdrOperationType
BEGIN_SPONSORING_FUTURE_RESERVES()  : XdrOperationType
BUMP_SEQUENCE()  : XdrOperationType
CHANGE_TRUST()  : XdrOperationType
CLAIM_CLAIMABLE_BALANCE()  : XdrOperationType
CLAWBACK()  : XdrOperationType
CLAWBACK_CLAIMABLE_BALANCE()  : XdrOperationType
CREATE_ACCOUNT()  : XdrOperationType
CREATE_CLAIMABLE_BALANCE()  : XdrOperationType
CREATE_PASSIVE_SELL_OFFER()  : XdrOperationType
decode()  : XdrOperationType
encode()  : string
END_SPONSORING_FUTURE_RESERVES()  : XdrOperationType
enumName()  : string
EXTEND_FOOTPRINT_TTL()  : XdrOperationType
fromBase64Xdr()  : static
fromTxRep()  : static
fromTxRepName()  : static
getValue()  : int
INFLATION()  : XdrOperationType
INVOKE_HOST_FUNCTION()  : XdrOperationType
LIQUIDITY_POOL_DEPOSIT()  : XdrOperationType
LIQUIDITY_POOL_WITHDRAW()  : XdrOperationType
MANAGE_BUY_OFFER()  : XdrOperationType
MANAGE_DATA()  : XdrOperationType
MANAGE_SELL_OFFER()  : XdrOperationType
PATH_PAYMENT_STRICT_RECEIVE()  : XdrOperationType
PATH_PAYMENT_STRICT_SEND()  : XdrOperationType
PAYMENT()  : XdrOperationType
RESTORE_FOOTPRINT()  : XdrOperationType
REVOKE_SPONSORSHIP()  : XdrOperationType
SET_OPTIONS()  : XdrOperationType
SET_TRUST_LINE_FLAGS()  : XdrOperationType
toBase64Xdr()  : string
toTxRep()  : void

Constants

BEGIN_SPONSORING_FUTURE_RESERVES

public mixed BEGIN_SPONSORING_FUTURE_RESERVES = 16

END_SPONSORING_FUTURE_RESERVES

public mixed END_SPONSORING_FUTURE_RESERVES = 17

PATH_PAYMENT_STRICT_RECEIVE

public mixed PATH_PAYMENT_STRICT_RECEIVE = 2

Properties

Methods

__construct()

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

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

fromTxRep()

public static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
$map : array<string|int, mixed>
$prefix : string
Return values
static

fromTxRepName()

public static fromTxRepName(string $name) : static
Parameters
$name : string
Return values
static

toTxRep()

public toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
$prefix : string
$lines : array<string|int, mixed>

        
On this page

Search results