MCPcopy Create free account
hub / github.com/tendermint/tendermint / queueRequestAsync

Method queueRequestAsync

abci/client/socket_client.go:472–483  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *types.Request,
)

Source from the content-addressed store, hash-verified

470}
471
472func (cli *socketClient) queueRequestAsync(
473 ctx context.Context,
474 req *types.Request,
475) (*ReqRes, error) {
476
477 reqres, err := cli.queueRequest(ctx, req)
478 if err != nil {
479 return nil, queueErr(err)
480 }
481
482 return reqres, cli.Error()
483}
484
485func (cli *socketClient) queueRequestAndFlushSync(
486 ctx context.Context,

Callers 14

EchoAsyncMethod · 0.95
FlushAsyncMethod · 0.95
InfoAsyncMethod · 0.95
DeliverTxAsyncMethod · 0.95
CheckTxAsyncMethod · 0.95
QueryAsyncMethod · 0.95
CommitAsyncMethod · 0.95
InitChainAsyncMethod · 0.95
BeginBlockAsyncMethod · 0.95
EndBlockAsyncMethod · 0.95
ListSnapshotsAsyncMethod · 0.95
OfferSnapshotAsyncMethod · 0.95

Calls 3

queueRequestMethod · 0.95
ErrorMethod · 0.95
queueErrFunction · 0.85

Tested by

no test coverage detected