Documentation ¶
Overview ¶
Copyright (c) 2018 The MATRIX Authors Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TXCStruct = new(TxCaCheListstruct)
Functions ¶
func DeleteTxCache ¶
func GetTxByN_Cache ¶
func GetTxByN_Cache(listn []uint32, h uint64) map[uint32]types.SelfTransaction
h 传过来时应该是当前区块高度,而在这存储的是下一区块的高度
func MakeStruck ¶
func MakeStruck(txser []types.SelfTransaction, hash common.Hash, h uint64)
Types ¶
type TxCaCheListstruct ¶
type TxCaCheListstruct struct { TxCaCheList []*TxCaChe // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.