Stellar PHP SDK API Documentation

XdrBeginSponsoringFutureReservesResultCode
in package

Table of Contents

Constants

ALREADY_SPONSORED  : mixed = -2
MALFORMED  : mixed = -1
RECURSIVE  : mixed = -3
SUCCESS  : mixed = 0

Properties

$value  : int

Methods

__construct()  : mixed
ALREADY_SPONSORED()  : XdrBeginSponsoringFutureReservesResultCode
decode()  : XdrBeginSponsoringFutureReservesResultCode
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getValue()  : int
MALFORMED()  : XdrBeginSponsoringFutureReservesResultCode
RECURSIVE()  : XdrBeginSponsoringFutureReservesResultCode
SUCCESS()  : XdrBeginSponsoringFutureReservesResultCode
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string

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