Stellar PHP SDK API Documentation

ClaimantResponse

Represents a claimant eligible to claim a claimable balance

Contains the destination account ID and the predicate conditions that must be satisfied before the claimant can successfully claim the balance.

Tags
see
ClaimableBalanceResponse

For the parent claimable balance details

see
ClaimantPredicateResponse

For the claim conditions

since
1.0.0

Table of Contents

Methods

fromJson()  : ClaimantResponse
getDestination()  : string
Gets the destination account ID that can claim this balance
getPredicate()  : ClaimantPredicateResponse
Gets the predicate conditions for claiming this balance
loadFromJson()  : void

Methods

getDestination()

Gets the destination account ID that can claim this balance

public getDestination() : string
Return values
string

The claimant account ID

loadFromJson()

protected loadFromJson(array<string|int, mixed> $json) : void
Parameters
$json : array<string|int, mixed>

        
On this page

Search results