Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MakerTraits ¶
type OrderData ¶
type OrderData struct { Salt string `json:"salt"` // the highest 96 bits represent salt, and the lowest 160 bit represent extension hash. Maker string `json:"maker"` // the maker’s address Receiver string `json:"receiver"` // the receiver’s address. the taker assets will be transferred to this address. MakerAsset string `json:"makerAsset"` // the maker’s asset address. TakerAsset string `json:"takerAsset"` // the taker’s asset address. MakingAmount string `json:"makingAmount"` // the amount of tokens maker will give TakingAmount string `json:"takingAmount"` // the amount of tokens maker wants to receive MakerTraits string `json:"makerTraits"` // limit order options, coded as bit flags into uint256 number. Extension string `json:"extension"` // extensions are features that consume more gas to execute, but are not always necessary for a limit order. }
Click to show internal directories.
Click to hide internal directories.