Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AskOrders = make(map[common.Address]map[Bas_Ethereum.Hash]*AskOrder)
View Source
var (
MarketAddr = "0xA32ccce4B7aB28d3Ce40BBa03A2748bCbe4544dB"
)
View Source
var SellOrders = make(map[common.Address]map[Bas_Ethereum.Hash]*SellOrder)
View Source
var Sold = make([]Deal, 0)
Functions ¶
func BlockNumnber2TimeStamp ¶
func ResetConnAndService ¶
func ResetConnAndService()
func SyncGapWithNoTrust ¶
func SyncGapWithNoTrust(blockNumber uint64)
Types ¶
type AskOrder ¶
type AskOrder struct { BlockNumber uint64 // contains filtered or unexported fields }
type Deal ¶
type Deal struct { BlockNumber uint64 // contains filtered or unexported fields }
func (*Deal) GetAGreedPrice ¶
func (*Deal) GetFromOwner ¶
func (*Deal) GetHash ¶
func (d *Deal) GetHash() Bas_Ethereum.Hash
type SellOrder ¶
type SellOrder struct { BlockNumber uint64 // contains filtered or unexported fields }
func (*SellOrder) GetPriceStr ¶
Click to show internal directories.
Click to hide internal directories.