Documentation
¶
Index ¶
Constants ¶
View Source
const ChaincodeHardTimeout = 10 * time.Second
View Source
const MessageSizeLimit = 100 * 1000 * 1000
Variables ¶
This section is empty.
Functions ¶
func RunChaincode ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) BlockHeight ¶
type CodeDriver ¶
type CodeDriver struct {
// contains filtered or unexported fields
}
func NewCodeDriver ¶
func NewCodeDriver(codeDir string, timeout time.Duration) *CodeDriver
func (*CodeDriver) GetInstance ¶
func (drv *CodeDriver) GetInstance(codeID []byte) (common.Chaincode, error)
func (*CodeDriver) Install ¶
func (drv *CodeDriver) Install(codeID, data []byte) error
type DownStream ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) SetTxTrk ¶
func (r *Runner) SetTxTrk(txTrk *common.StateTracker)
type UpStreamType ¶
type UpStreamType int
const ( UpStreamGetState UpStreamType = iota UpStreamSetState UpStreamResult )
Click to show internal directories.
Click to hide internal directories.