quarry-operator 5.2.0

Delegates Quarry Rewarder authority roles.
Documentation
1
2
3
4
5
6
7
pub mod create_operator;
pub mod delegate_create_quarry;
pub mod delegate_create_quarry_v2;

pub use create_operator::*;
pub use delegate_create_quarry::*;
pub use delegate_create_quarry_v2::*;