Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorkerPoolSize = 16 WorkerPoolSpawn = 4 WorkerPoolQueue = 16 )
Variables ¶
This section is empty.
Functions ¶
func NewAsyncLocalClient ¶
func NewAsyncLocalClientCreator ¶
func NewAsyncLocalClientCreator(app types.Application, log log.Logger) proxy.ClientCreator
Types ¶
type ApplicationCC ¶
type ApplicationCC interface {
types.Application
PreCheckTx(tx []byte) types.ResponseCheckTx
PreDeliverTx(tx []byte) types.ResponseDeliverTx
}
Click to show internal directories.
Click to hide internal directories.