Single source
The simplest way of sending a monetary value is from a single source. Here, we drawCOIN 100
from the world
account:
Ordered sources
Using an ordered source block, you can defined several accounts to draw from sequentially until the desired monetary value is reached.COIN
on the account users:001:wallet
is 30, another 70 will be drawn from the payments:001
account.
Ordered sources can also be maxed to a monetary, preventing them from being drawn more than the amount specified:
Portioned sources
In addition to sequential accounts, source blocks can also use fractions to split the expense onto multiple accounts. In any case, the summed total of fractions in a block needs to be equal to 1 and theremaining
keyword can be used to reach that total.