Versions in this module Expand all Collapse all v1 v1.0.2 Jan 27, 2022 v1.0.1 Dec 1, 2021 Changes in this version + type ChainHandle struct + func NewChainHandle(bcName string, reqCtx sctx.ReqCtx) (*ChainHandle, error) + func (t *ChainHandle) PreExec(req []*protos.InvokeRequest, initiator string, authRequires []string) (*protos.InvokeResponse, error) + func (t *ChainHandle) QueryBlock(blkId []byte, needContent bool) (*xpb.BlockInfo, error) + func (t *ChainHandle) QueryChainStatus(needBranch bool) (*xpb.ChainStatus, error) + func (t *ChainHandle) QueryTx(txId []byte) (*xpb.TxInfo, error) + func (t *ChainHandle) SelectUtxo(account string, need *big.Int, isLock, isExclude bool) (*lpb.UtxoOutput, error) + func (t *ChainHandle) SubmitTx(tx *lpb.Transaction) error