Module solana::budget[][src]

The budget module provides a domain-specific language for payment plans. Users create Budget objects that are given to an interpreter. The interpreter listens for Witness transactions, which it uses to reduce the payment plan. When the budget is reduced to a Payment, the payment is executed.

Enums

Budget

A data type reprsenting a payment plan.

Condition

A data type representing a Witness that the payment plan is waiting on.