Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionIterator ¶
type ActionIterator interface { Next() (action.SealedEnvelope, bool) PopAccount() }
ActionIterator define the interface of action iterator
func NewActionIterator ¶
func NewActionIterator(accountActs map[string][]action.SealedEnvelope) ActionIterator
NewActionIterator return a new action iterator
Click to show internal directories.
Click to hide internal directories.