Stellar PHP SDK API Documentation

XdrClaimClaimableBalanceResultCode
in package

Table of Contents

Constants

CANNOT_CLAIM  : mixed = -2
DOES_NOT_EXIST  : mixed = -1
LINE_FULL  : mixed = -3
NO_TRUST  : mixed = -4
NOT_AUTHORIZED  : mixed = -5
SUCCESS  : mixed = 0
TRUSTLINE_FROZEN  : mixed = -6

Properties

$value  : int

Methods

__construct()  : mixed
CANNOT_CLAIM()  : XdrClaimClaimableBalanceResultCode
decode()  : XdrClaimClaimableBalanceResultCode
DOES_NOT_EXIST()  : XdrClaimClaimableBalanceResultCode
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getValue()  : int
LINE_FULL()  : XdrClaimClaimableBalanceResultCode
NO_TRUST()  : XdrClaimClaimableBalanceResultCode
NOT_AUTHORIZED()  : XdrClaimClaimableBalanceResultCode
SUCCESS()  : XdrClaimClaimableBalanceResultCode
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string
TRUSTLINE_FROZEN()  : XdrClaimClaimableBalanceResultCode

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