utils

package
v0.0.0-...-56f3d1a Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 13 Imported by: 2

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")
	// ErrCreateChainPermission is returned when check permission for create blockchain
	ErrCreateChainPermission = errors.New("no permission to create chain")
)

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