Create a chain transactions to payout a set of addresses/locking_bytecodes. Input coins provide the funding needed to build the payouts. The payout instructions are provided by the payout_rules.
payout_rules
is the payout context.
is a list of spendable coins to use as input to fund the payouts.
is a set of rules provided as the payout instructions
A chain transaction results.
Create a chain transactions to payout a set of addresses/locking_bytecodes. Input coins provide the funding needed to build the payouts. The payout instructions are provided by the
payout_rules
.