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