Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperatorAddedEvent ¶
type OperatorAddedEvent struct {
Name string
PublicKey []byte
PaymentAddress common.Address
OwnerAddress common.Address
}
OperatorAddedEvent struct represents event received by the smart contract
type OperatorPrivateKeyProvider ¶
type OperatorPrivateKeyProvider = func() (*rsa.PrivateKey, error)
OperatorPrivateKeyProvider is a function that returns the operator private key
type SyncEndedEvent ¶
type SyncEndedEvent struct{}
SyncEndedEvent meant to notify an observer that the sync is over
Click to show internal directories.
Click to hide internal directories.