Create Claimable Balance
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates a new claimable balance.
- ATTRIBUTE -
asset string
The asset available to be claimed in the asset_code:issuing_address
or native
(for XLM)
amount string
The amount available to be claimed.
claimants array of objects
The list of entries which could claim the claimable balance.Hide child attributes
destination string
The account ID who can claim the balance.
predicate object
The condition which must be satisfied so destination
can claim the balance.Hide child attributes
unconditional boolean (optional)
If true it means this clause of the condition is always satisfied.
and array of objects (optional)
The array will always contain two elements which also are predicates. This clause of the condition is satisfied if both of the two elements in the array are satisfied.
or array of objects (optional)
The array will always contain two elements which also are predicates. This clause of the condition is satisfied if at least one of the two elements in the array are satisfied.
notobject (optional)
The value is also a predicate. This clause of the condition is satisfied if the value is not satisfied.
absBeforestring (optional)
An ISO 8601 formatted string representing a deadline for when the claimable balance can be claimed. If the balance is claimed before the date then this clause of the condition is satisfied.
relBeforestring (optional)
A relative deadline for when the claimable balance can be claimed. The value represents the number of seconds since the close time of the ledger which created the claimable balance.