ContractMatching
type ContractPrice
constructor
/**
* @param {number} pair_id
* @param {string} market_price
*/
ContractPrice(pair_id, market_price)type SpotPriceInfo
constructor
/**
* @param {number} token_id
* @param {string} price
*/
SpotPriceInfo(token_id, price)type ContractBuilder
constructor
type Contract
constructor
func sign
type ContractMatchingBuilder
constructor
type ContractMatching
constructor
func sign
Last updated