workers

package
v0.0.0-...-a0055f1 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FundingTXCreator

type FundingTXCreator interface {
	CreateFundingTX(to common.Address,
		amount *types.BigInt,
		counter int64,
		depositIndex *types.BigInt) error
}

type UTXOInserter

type UTXOInserter interface {
	InsertUTXO(tx *transaction.NumberedTransaction, blockNumber uint32) error
}

type UTXOReader

type UTXOReader interface {
	CheckIfUTXOsExist(tx *transaction.SignedTransaction) error
}

type UTXOWriter

type UTXOWriter interface {
	WriteTX(tx *transaction.SignedTransaction, counter int64) error
}

Jump to

Keyboard shortcuts

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