Versions in this module Expand all Collapse all v1 v1.5.0 Jun 21, 2018 Changes in this version + const OrderPrefix + const OrderTtl + const UserPendingOrderKeyPrefix + func BaseInfo(orderhash common.Hash) (*types.OrderState, error) + func DelPendingOrder(owner common.Address, orderhash common.Hash) error + func ExistPendingOrder(owner common.Address, orderhash common.Hash) bool + func GetPendingOrders(owner common.Address) []common.Hash + func Initialize(db *dao.RdsService) + func Invalid() bool + func SetPendingOrder(owner common.Address, orderhash common.Hash) error