OrderMatching
ContractPrice
type ContractPrice struct {
PairId PairId
MarketPrice BigUint
}SpotPrice
type SpotPriceInfo struct {
TokenId TokenId
Price BigUint
}type Order
func NewOrder
func (*Order) GetSignature
func (*Order) GetSignature
func (*Order) GetBytes
func *Order) JsonStr
func (*Order) IsValid
func (*Order) IsSignatureValid
func (*Order) CreateSignedOrder
OrderMatchingBuilder
type OrderMatching
func NewOrderMatching
func (*OrderMatching) GetBytes
func (*OrderMatching) TxHash() []uint8
func (*OrderMatching) JsonStr
func (*OrderMatching) IsValid() bool
func (*OrderMatching) CreateSignedTx
func (*OrderMatching) GetSignature
func (*OrderMatching) IsSignatureValid
func (*OrderMatching) ToZklinkTx
Last updated