pallet-mixer 3.0.0

Pallet for mixing native assets in a zero-knowledge mixer
pallet-mixer-3.0.0 doesn't have any documentation.
# Mixer Pallet The Mixer pallet provides functionality for doing deposits and withdrawals from the mixer. - [`Config`] - [`Call`] - [`Pallet`] ## Overview The Mixer pallet provides functions for: - Depositing some currency into the mixer. - Withdrawing the deposit from the mixer. - Stopping mixer operations. - Transfering the admin of the mixer. ### Terminology - **Mixer**: Cryptocurrency tumbler or mixer is a service offered to mix potentially identifiable or 'tainted' cryptocurrency funds with others, so as to obscure the trail back to the fund's source. ## Interface ### Dispatchable Functions - `deposit` - Deposit a fixed amount of cryptocurrency into the mixer. - `withdraw` - Provide a zero-knowladge proof of the deposit and withdraw from the mixer. - `set_stopped` - Stops the operation of all mixers. - `transfer_admin` - Transfers the admin role from sender to specified account.