Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountService ¶
type AccountService struct {
// contains filtered or unexported fields
}
func NewAccountService ¶
func NewAccountService(account *model.Account) *AccountService
func (*AccountService) GetAccount ¶
func (s *AccountService) GetAccount() *model.Account
func (*AccountService) NewTxOpts ¶
func (s *AccountService) NewTxOpts(ctx context.Context) (*bind.TransactOpts, error)
type ChainService ¶
type ChainService struct { SubChannels []chan *types.Header // contains filtered or unexported fields }
func NewChainService ¶
func (*ChainService) StartBlockBroadcaster ¶
func (s *ChainService) StartBlockBroadcaster()
func (*ChainService) StartBlockListener ¶
func (s *ChainService) StartBlockListener() error
Click to show internal directories.
Click to hide internal directories.