chain

package
v0.0.0-...-8201b66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2021 License: LGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chain

type Chain interface {
	Name() string
	Start(ctx context.Context, eg *errgroup.Group, initOut chan<- Init, initIn <-chan Init) error
	Stop()
}

type EthereumOutboundMessage

type EthereumOutboundMessage struct {
	Call string
	Args []interface{}
}

Message from ethereum

type Header struct {
	HeaderData interface{}
	ProofData  interface{}
}

type Init

type Init interface{}

type Message

type Message interface{}

type SubstrateOutboundBasicMessage

type SubstrateOutboundBasicMessage struct {
	Messages   []substrate.BasicOutboundChannelMessage
	Commitment types.H256
}

Messages from Substrate

type SubstrateOutboundIncentivizedMessage

type SubstrateOutboundIncentivizedMessage struct {
	Messages   []substrate.IncentivizedOutboundChannelMessage
	Commitment types.H256
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL