ABCIApplicationClient class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
applySnapshotChunk(RequestApplySnapshotChunk request, {CallOptions? options})
→ ResponseFuture<ResponseApplySnapshotChunk>
-
-
beginBlock(RequestBeginBlock request, {CallOptions? options})
→ ResponseFuture<ResponseBeginBlock>
-
-
checkTx(RequestCheckTx request, {CallOptions? options})
→ ResponseFuture<ResponseCheckTx>
-
-
commit(RequestCommit request, {CallOptions? options})
→ ResponseFuture<ResponseCommit>
-
-
deliverTx(RequestDeliverTx request, {CallOptions? options})
→ ResponseFuture<ResponseDeliverTx>
-
-
echo(RequestEcho request, {CallOptions? options})
→ ResponseFuture<ResponseEcho>
-
-
endBlock(RequestEndBlock request, {CallOptions? options})
→ ResponseFuture<ResponseEndBlock>
-
-
flush(RequestFlush request, {CallOptions? options})
→ ResponseFuture<ResponseFlush>
-
-
info(RequestInfo request, {CallOptions? options})
→ ResponseFuture<ResponseInfo>
-
-
initChain(RequestInitChain request, {CallOptions? options})
→ ResponseFuture<ResponseInitChain>
-
-
listSnapshots(RequestListSnapshots request, {CallOptions? options})
→ ResponseFuture<ResponseListSnapshots>
-
-
loadSnapshotChunk(RequestLoadSnapshotChunk request, {CallOptions? options})
→ ResponseFuture<ResponseLoadSnapshotChunk>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
offerSnapshot(RequestOfferSnapshot request, {CallOptions? options})
→ ResponseFuture<ResponseOfferSnapshot>
-
-
query(RequestQuery request, {CallOptions? options})
→ ResponseFuture<ResponseQuery>
-
-
setOption(RequestSetOption request, {CallOptions? options})
→ ResponseFuture<ResponseSetOption>
-
-
toString()
→ String
-
A string representation of this object.
inherited