relayChainManager

package
v2.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RelayChainManager

type RelayChainManager interface {
	InitContract(
		contractName, version, byteCodeBase64 string,
		kvJsonStr string,
		withSyncResult bool,
		timeout int64,
		runtime common.ChainmakerRuntimeType) error
	UpdateContract(
		contractName, version, byteCodeBase64 string,
		kvJsonStr string,
		withSyncResult bool,
		timeout int64,
		runtime common.ChainmakerRuntimeType) error
	InvokeContract(contractName, method string, withSyncResult bool, kvJsonStr string, timeout int64) ([]byte, error)
	QueryContract(contractName, method string, withSyncResult bool, kvJsonStr string, timeout int64) ([]byte, error)
}

RelayChainManager 中继链接口

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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