Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chainer ¶ added in v1.3.0
type Chainer interface {
New(*core.ChainConfig, log15.Logger, chan<- error, mapprotocol.Role) (core.Chain, error)
}
type Proffer ¶ added in v1.3.0
type Proffer interface {
Connect(id, endpoint, mcs, lightNode, oracleNode string) (*ethclient.Client, error)
Proof(client *ethclient.Client, log *types.Log, endpoint string, proofType int64, selfId,
toChainID uint64, sign [][]byte) ([]byte, error)
Maintainer(client *ethclient.Client, selfId, toChainId uint64, srcEndpoint string) ([]byte, error)
}
func CreateProffer ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.