public static final class AdmissionControlGrpc.AdmissionControlBlockingStub extends io.grpc.stub.AbstractStub<AdmissionControlGrpc.AdmissionControlBlockingStub>
----------------------------------------------------------------------------- ---------------- Service definition -----------------------------------------------------------------------------
| Modifier and Type | Method and Description |
|---|---|
protected AdmissionControlGrpc.AdmissionControlBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
AdmissionControlOuterClass.SubmitTransactionResponse |
submitTransaction(AdmissionControlOuterClass.SubmitTransactionRequest request)
Public API to submit transaction to a validator.
|
GetWithProof.UpdateToLatestLedgerResponse |
updateToLatestLedger(GetWithProof.UpdateToLatestLedgerRequest request)
This API is used to update the client to the latest ledger version and
optionally also request 1..n other pieces of data.
|
protected AdmissionControlGrpc.AdmissionControlBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AdmissionControlGrpc.AdmissionControlBlockingStub>public AdmissionControlOuterClass.SubmitTransactionResponse submitTransaction(AdmissionControlOuterClass.SubmitTransactionRequest request)
Public API to submit transaction to a validator.
public GetWithProof.UpdateToLatestLedgerResponse updateToLatestLedger(GetWithProof.UpdateToLatestLedgerRequest request)
This API is used to update the client to the latest ledger version and optionally also request 1..n other pieces of data. This allows for batch queries. All queries return proofs that a client should check to validate the data. Note that if a client only wishes to update to the latest LedgerInfo and receive the proof of this latest version, they can simply omit the requested_items (or pass an empty list)
Copyright © 2019. All rights reserved.