Versions in this module Expand all Collapse all v1 v1.1.21 Jul 5, 2021 Changes in this version + func IsAPIEnvError(err error) bool + func IsFatalError(err error) bool + func IsGrpcError(err error) bool + func IsQueueError(err error) bool + type ExecutorAPI interface + GetBlockByHashes func(param *types.ReqHashes) (*types.BlockDetails, error) + GetRandNum func(param *types.ReqRandHash) ([]byte, error) + IsErr func() bool + QueryTx func(param *types.ReqHash) (*types.TransactionDetail, error) + func New(api client.QueueProtocolAPI, grpcClient types.TuringchainClient) ExecutorAPI