Stellar PHP SDK API Documentation

XdrClawbackClaimableBalanceResultCode
in package

Table of Contents

Constants

DOES_NOT_EXIST  : mixed = -1
NOT_CLAWBACK_ENABLED  : mixed = -3
NOT_ISSUER  : mixed = -2
SUCCESS  : mixed = 0

Properties

$value  : int

Methods

__construct()  : mixed
decode()  : XdrClawbackClaimableBalanceResultCode
DOES_NOT_EXIST()  : XdrClawbackClaimableBalanceResultCode
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getValue()  : int
NOT_CLAWBACK_ENABLED()  : XdrClawbackClaimableBalanceResultCode
NOT_ISSUER()  : XdrClawbackClaimableBalanceResultCode
SUCCESS()  : XdrClawbackClaimableBalanceResultCode
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