Crate pallet_faucets[][src]

Faucets Module

The Faucets module allows a root key (sudo) to add accounts (faucets) that are eligible to drip free tokens to other accounts (recipients).

Currently, only sudo account can add, update and remove faucets. But this can be changed in the future to allow anyone else to set up new faucets for their needs.

This would allow each space to create its own faucet(s) and distribute its tokens to its members based on a set of conditions the space decides suits the needs of its community.

Structs

Faucet
FaucetByAccount

Get a faucet data by its account id.

FaucetUpdate
Module

Enums

Call

Dispatchable calls.

Error
RawEvent

Events for this module.

Traits

Trait

The pallet’s configuration trait.

Type Definitions

Event

RawEvent specialized for the configuration Trait