Documentation ¶
Overview ¶
Package hlfabric contains an implementation of the `gokv.Store` interface for Hyperledger Fabric blockchain.
Index ¶
- type AppUser
- type Client
- func (c *Client) Close() error
- func (c *Client) Delete(k string) error
- func (c *Client) Evaluate(fn string, args ...string) ([]byte, error)
- func (c *Client) Get(k string, v interface{}) (found bool, err error)
- func (c *Client) Set(k string, v interface{}) error
- func (c *Client) Submit(fn string, args ...string) ([]byte, error)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents hyperledger fabric blockchain client
Click to show internal directories.
Click to hide internal directories.