Stellar PHP SDK API Documentation

XdrLiquidityPoolWithdrawResultCode
in package

Table of Contents

Constants

LINE_FULL  : mixed = -4
MALFORMED  : mixed = -1
NO_TRUST  : mixed = -2
SUCCESS  : mixed = 0
TRUSTLINE_FROZEN  : mixed = -6
UNDER_MINIMUM  : mixed = -5
UNDERFUNDED  : mixed = -3

Properties

$value  : int

Methods

__construct()  : mixed
decode()  : XdrLiquidityPoolWithdrawResultCode
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getValue()  : int
LINE_FULL()  : XdrLiquidityPoolWithdrawResultCode
MALFORMED()  : XdrLiquidityPoolWithdrawResultCode
NO_TRUST()  : XdrLiquidityPoolWithdrawResultCode
SUCCESS()  : XdrLiquidityPoolWithdrawResultCode
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string
TRUSTLINE_FROZEN()  : XdrLiquidityPoolWithdrawResultCode
UNDER_MINIMUM()  : XdrLiquidityPoolWithdrawResultCode
UNDERFUNDED()  : XdrLiquidityPoolWithdrawResultCode

Constants

Properties

Methods

fromJson()

public static fromJson(string $json) : static
Parameters
$json : string
Tags
throws
JsonException

If $json is not syntactically valid JSON.

InvalidArgumentException

If the JSON shape does not match this type.

Return values
static

toJson()

public toJson() : string
Tags
throws
JsonException

If the value contains structures that cannot be encoded as JSON.

Return values
string
On this page

Search results