hadeswap-sdk
Version:
HadeSwap SDK for interacting with protocol
20 lines (19 loc) • 454 B
TypeScript
export declare enum BondingCurveType {
Linear = "linear",
Exponential = "exponential",
XYK = "xyk"
}
export declare enum PairType {
TokenForNFT = "tokenForNft",
NftForToken = "nftForToken",
LiquidityProvision = "liquidityProvision"
}
export declare enum NftValidationWhitelistType {
Creator = "creator",
Nft = "nft",
CollectionId = "collectionId"
}
export declare enum OrderType {
Buy = "buy",
Sell = "sell"
}