Versions in this module Expand all Collapse all v0 v0.1.0 Sep 21, 2019 Changes in this version + const TxErrorEventName + func AddChaincode(ccName string, cc shim.Chaincode) + type LocalChain struct + func (c *LocalChain) AddChaincode(ccName string, cc shim.Chaincode) + func (c *LocalChain) BuildBlock() + func (c *LocalChain) Caller(spec *client.RpcSpec) (rpc.Caller, error) + func (c *LocalChain) Chain() (client.ChainInfo, error) + func (c *LocalChain) GetBlock(i int64) (*client.ChainBlock, error) + func (c *LocalChain) GetChain() (*client.Chain, error) + func (c *LocalChain) GetTransaction(txid string) (*client.ChainTransaction, error) + func (c *LocalChain) GetTxEvent(txid string) ([]*client.ChainTxEvents, error) + func (c *LocalChain) Load(*viper.Viper) error + func (c *LocalChain) Quit() + type TxErrorParser string + func (TxErrorParser) Msg() proto.Message + func (s TxErrorParser) Detail(msg proto.Message) interface{}