Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account interface { core.AccountRepository filter.AccountRepository aggregate.AccountRepository history.AccountRepository }
type Block ¶
type Block interface { core.BlockRepository filter.BlockRepository }
type Contract ¶
type Contract interface { core.ContractRepository }
type Message ¶
type Message interface { core.MessageRepository filter.MessageRepository aggregate.MessageRepository history.MessageRepository }
type Transaction ¶
type Transaction interface { core.TransactionRepository filter.TransactionRepository history.TransactionRepository }
Click to show internal directories.
Click to hide internal directories.