public final class Claimant
extends Object
Represents an entity who is eligible to claim the claimable balance.
-
Constructor Summary
Constructors
Creates a new Claimant
instance.
-
Method Summary
boolean
The destination account id.
The predicate for this claimable balance.
int
-
Constructor Details
-
Claimant
public Claimant(@NonNull
@NonNull String destination,
@NonNull
@NonNull Predicate predicate)
Creates a new Claimant
instance.
- Parameters:
destination
- The destination account id.
predicate
- The predicate for this claimable balance.
-
Method Details
-
getDestination
@NonNull
public @NonNull String getDestination()
The destination account id.
-
getPredicate
@NonNull
public @NonNull Predicate getPredicate()
The predicate for this claimable balance.
-
-
-