Crate pallet_local_treasury[][src]

Expand description

Local Treasury Pallet

Manages PINT exclusively. The treasury is a single account which is derived from the configured PalletId. It maintains ownership of various assets and is controlled by the Governance Committee. Deposits to the Treasury can be done by simply transferring funds to its AccountId. The committee can execute proposals to withdraw funds from the Treasury.

Re-exports

pub use pallet::*;

Modules

The module that hosts all the FRAME types needed to add this pallet to a runtime.