Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainClientInterface ¶
type ChainClientInterface interface {
Commit(data map[string]string) (string, error)
Query(blockId string, data map[string]string) (string, error)
}
func NewChainClient ¶
Click to show internal directories.
Click to hide internal directories.