Stellar PHP SDK API Documentation

XdrPathPaymentStrictSendResultCode
in package

Table of Contents

Constants

LINE_FULL  : mixed = -8
MALFORMED  : mixed = -1
NO_DESTINATION  : mixed = -5
NO_ISSUER  : mixed = -9
NO_TRUST  : mixed = -6
NOT_AUTHORIZED  : mixed = -7
OFFER_CROSS_SELF  : mixed = -11
SRC_NO_TRUST  : mixed = -3
SRC_NOT_AUTHORIZED  : mixed = -4
SUCCESS  : mixed = 0
TOO_FEW_OFFERS  : mixed = -10
UNDER_DESTMIN  : mixed = -12
UNDERFUNDED  : mixed = -2

Properties

$value  : int

Methods

__construct()  : mixed
decode()  : XdrPathPaymentStrictSendResultCode
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getValue()  : int
LINE_FULL()  : XdrPathPaymentStrictSendResultCode
MALFORMED()  : XdrPathPaymentStrictSendResultCode
NO_DESTINATION()  : XdrPathPaymentStrictSendResultCode
NO_ISSUER()  : XdrPathPaymentStrictSendResultCode
NO_TRUST()  : XdrPathPaymentStrictSendResultCode
NOT_AUTHORIZED()  : XdrPathPaymentStrictSendResultCode
OFFER_CROSS_SELF()  : XdrPathPaymentStrictSendResultCode
SRC_NO_TRUST()  : XdrPathPaymentStrictSendResultCode
SRC_NOT_AUTHORIZED()  : XdrPathPaymentStrictSendResultCode
SUCCESS()  : XdrPathPaymentStrictSendResultCode
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string
TOO_FEW_OFFERS()  : XdrPathPaymentStrictSendResultCode
UNDER_DESTMIN()  : XdrPathPaymentStrictSendResultCode
UNDERFUNDED()  : XdrPathPaymentStrictSendResultCode

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