Cratepallet_order_book
source ·Expand description
§Orderbook Pallet
The Orderbook pallet allows orders for currency swaps to be placed andfulfilled.
This pallet was made using the ZeitGeist Orderbook pallet as a reference;with much of the code being copied or adapted from that pallet.The ZeitGeist Orderbook pallet can be found here:https://github.com/zeitgeistpm/zeitgeist/tree/main/zrml/orderbook-v1
Re-exports§
pub use weights::WeightInfo;
pub usepallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items neededto construct this pallet.