Stellar PHP SDK API Documentation

XdrCreateClaimableBalanceResultCode
in package

Table of Contents

Constants

LOW_RESERVE  : mixed = -2
MALFORMED  : mixed = -1
NO_TRUST  : mixed = -3
NOT_AUTHORIZED  : mixed = -4
SUCCESS  : mixed = 0
UNDERFUNDED  : mixed = -5

Properties

$value  : int

Methods

__construct()  : mixed
decode()  : XdrCreateClaimableBalanceResultCode
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getValue()  : int
LOW_RESERVE()  : XdrCreateClaimableBalanceResultCode
MALFORMED()  : XdrCreateClaimableBalanceResultCode
NO_TRUST()  : XdrCreateClaimableBalanceResultCode
NOT_AUTHORIZED()  : XdrCreateClaimableBalanceResultCode
SUCCESS()  : XdrCreateClaimableBalanceResultCode
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string
UNDERFUNDED()  : XdrCreateClaimableBalanceResultCode

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