OrderMatching
type ContractPrice
ContractPrice(
int pairId,
String marketPrice,
)type SpotPriceInfo
SpotPriceInfo(
int tokenId,
String price,
)type Order
func sign
func toJson
type OrderMatching
func sign
func toJson
Last updated