hlf

package
v0.0.0-...-748ae4c Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2022 License: GPL-3.0 Imports: 14 Imported by: 0

README

Hyperledger Fabric entities / assets actions abstraction layer

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepoBlockchain

type RepoBlockchain interface {
	InitLedger() ([]byte, error)
	ReadAsset(ID string) ([]byte, error)
	CreateAsset(asset dto.Asset) ([]byte, error)
	UpdateAsset(asset dto.Asset) ([]byte, error)
}

func NewRepoBlockchain

func NewRepoBlockchain(SvcConf *utils.SvcConfig) RepoBlockchain

type RepoHlfIdentity

type RepoHlfIdentity interface {
	MkDappIdentity() *dto.Problem
	MkDappAdminIdentity() *dto.Problem
	// contains filtered or unexported methods
}

func NewRepoIdentity

func NewRepoIdentity(SvcConf *utils.SvcConfig) RepoHlfIdentity

Jump to

Keyboard shortcuts

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