pkg

package
v1.0.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0, MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Admin

type Admin struct {
	// contains filtered or unexported fields
}

func NewAdmin

func NewAdmin(config *Config) *Admin

func (*Admin) Close

func (a *Admin) Close()

func (*Admin) InitEnclave

func (a *Admin) InitEnclave(targetPeer string) error

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(config *Config) *Client

func (*Client) Call

func (c *Client) Call(function string, args ...string) string

type Config

type Config struct {
	CorePeerAddress         string
	CorePeerId              string
	CorePeerLocalMSPID      string
	CorePeerMSPConfigPath   string
	CorePeerTLSCertFile     string
	CorePeerTLSEnabled      bool
	CorePeerTLSKeyFile      string
	CorePeerTLSRootCertFile string
	OrdererCA               string
	FpcPath                 string
	ChaincodeId             string
	ChannelId               string
	GatewayConfigPath       string
}

type Connections

type Connections struct {
	Peers map[string]struct {
		Url string
	}

	Orderers map[string]struct {
		Url string
	}
}

func NewConnections

func NewConnections(path string) (*Connections, error)

Jump to

Keyboard shortcuts

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