Stellar PHP SDK API Documentation

XdrPathPaymentStrictReceiveResultCode
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
OVER_SENDMAX  : mixed = -12
SRC_NO_TRUST  : mixed = -3
SRC_NOT_AUTHORIZED  : mixed = -4
SUCCESS  : mixed = 0
TOO_FEW_OFFERS  : mixed = -10
UNDERFUNDED  : mixed = -2

Properties

$value  : int

Methods

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

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
On this page

Search results