Documentation ¶
Index ¶
- type CeloImpl
- func (e *CeloImpl) DialContext(ctx context.Context, rawurl string) (err error)
- func (e *CeloImpl) GetCurrentGuardianSetIndex(ctx context.Context) (uint32, error)
- func (e *CeloImpl) GetGuardianSet(ctx context.Context, index uint32) (ethAbi.StructsGuardianSet, error)
- func (e *CeloImpl) NewAbiCaller(address ethCommon.Address) (err error)
- func (e *CeloImpl) NewAbiFilterer(address ethCommon.Address) (err error)
- func (e *CeloImpl) ParseLogMessagePublished(ethLog ethTypes.Log) (*ethAbi.AbiLogMessagePublished, error)
- func (e *CeloImpl) SetLogger(l *zap.Logger)
- func (e *CeloImpl) SubscribeForBlocks(ctx context.Context, sink chan<- *common.NewBlock) (ethereum.Subscription, error)
- func (e *CeloImpl) TimeOfBlockByHash(ctx context.Context, hash ethCommon.Hash) (uint64, error)
- func (e *CeloImpl) TransactionReceipt(ctx context.Context, txHash ethCommon.Hash) (*ethTypes.Receipt, error)
- func (e *CeloImpl) WatchLogMessagePublished(ctx, timeout context.Context, sink chan<- *ethAbi.AbiLogMessagePublished) (ethEvent.Subscription, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CeloImpl ¶
type CeloImpl struct { NetworkName string // contains filtered or unexported fields }
func (*CeloImpl) DialContext ¶
func (*CeloImpl) GetCurrentGuardianSetIndex ¶
func (*CeloImpl) GetGuardianSet ¶
func (*CeloImpl) NewAbiCaller ¶
func (*CeloImpl) NewAbiFilterer ¶
func (*CeloImpl) ParseLogMessagePublished ¶
func (*CeloImpl) SubscribeForBlocks ¶
func (*CeloImpl) TimeOfBlockByHash ¶
func (*CeloImpl) TransactionReceipt ¶
func (*CeloImpl) WatchLogMessagePublished ¶
func (e *CeloImpl) WatchLogMessagePublished(ctx, timeout context.Context, sink chan<- *ethAbi.AbiLogMessagePublished) (ethEvent.Subscription, error)
Click to show internal directories.
Click to hide internal directories.