Factory Module
Creates and manages trading pairs
Structs
struct Pairs has key, store {
id: UID,
list: LinkedTable<ID, PairSimpleInfo>,
index: u64,
}struct PairSimpleInfo has copy, drop, store {
pair_id: ID,
pair_key: ID,
bin_step: u16,
coin_type_a: TypeName,
coin_type_b: TypeName
}Events
Core Functions
Last updated