blockchain

package
v0.0.47 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 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 IBlockchainProvider

type IBlockchainProvider interface {
	WriteConfig(options *types.InitOptions) error
	FirstTimeSetup() error
	DeployFireFlyContract() (*core.BlockchainConfig, error)
	PreStart() error
	PostStart() error
	GetDockerServiceDefinitions() []*docker.ServiceDefinition
	GetFireflyConfig(stack *types.Stack, member *types.Member) (blockchainConfig *core.BlockchainConfig, coreConfig *core.OrgConfig)
	Reset() error
	GetContracts(filename string, extraArgs []string) ([]string, error)
	DeployContract(filename, contractName string, member *types.Member, extraArgs []string) (interface{}, error)
	CreateAccount(args []string) (interface{}, error)
	ParseAccount(interface{}) interface{}
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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