Create Claimable Balance
Creates a new claimable balance.
- ATTRIBUTE -
asset
string
The asset available to be claimed in the SEP-11 form
asset_code:issuing_address
ornative
(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 attributesunconditional
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.
Last updated