deployer

package
v0.0.0-...-19acbf4 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployer

type Deployer interface {
	// FIXME better interface for call options
	CreateContract(contract *contract.CompiledContract, jsonParams []byte, opts *Options) error
	ConfirmContract(contract *contract.DeployedContract) error
	Mine() error
}

type Options

type Options struct {
	AsLib     bool
	Name      string
	Overwrite bool

	// GasPrice is specified in satoshi (htmlcoin) or wei (ethereum)
	GasPrice *big.Float
	GasLimit uint
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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