utils

package
v0.0.0-...-b124b1e Latest Latest
Warning

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

Go to latest
Published: Aug 21, 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

CreateLedger 通过创世块配置文件地址创建全新账本

func CreateLedgerWithData

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

CreateLedgerWithData 通过创世块字节数据创建全新账本

func GetCryptoType

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

GetCryptoType 解析json中的crypto字段并返回

Types

This section is empty.

Jump to

Keyboard shortcuts

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