Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxByIdIterator ¶
type TxByIdIterator struct {
// contains filtered or unexported fields
}
func NewTxByIdIterator ¶
func NewTxByIdIterator(s state.StateInfo, ids [][]byte) *TxByIdIterator
func (*TxByIdIterator) Error ¶
func (a *TxByIdIterator) Error() error
func (*TxByIdIterator) Next ¶
func (a *TxByIdIterator) Next() bool
func (*TxByIdIterator) Release ¶
func (a *TxByIdIterator) Release()
func (*TxByIdIterator) Transaction ¶
func (a *TxByIdIterator) Transaction() (proto.Transaction, bool, error)
Click to show internal directories.
Click to hide internal directories.