hadeswap-sdk-public
Version:
HadeSwap SDK for interacting with protocol
19 lines (18 loc) • 419 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"
}
export declare enum OrderType {
Buy = "buy",
Sell = "sell"
}