utils

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrBlockChainExist is returned when create an existed block chain
	ErrBlockChainExist = errors.New("blockchain exist")
	// ErrCreateBlockChain is returned when create block chain error
	ErrCreateBlockChain = errors.New("create blockchain error")
)

Functions

func CreateLedger

func CreateLedger(bcName, genesisConf string, envCfg *xconf.EnvConf) error

通过创世块配置创建全新账本

func CreateLedgerWithData

func CreateLedgerWithData(bcName string, genesisData []byte, envCfg *xconf.EnvConf) error

通过创世块全字段创建全新账本

func GetCryptoType

func GetCryptoType(data []byte) (string, error)

GetCryptoType get crypto type from xuper.json

Types

This section is empty.

Jump to

Keyboard shortcuts

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