deliverTx method

ResponseFuture<ResponseDeliverTx> deliverTx(
  1. RequestDeliverTx request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResponseDeliverTx> deliverTx(
    $0.RequestDeliverTx request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$deliverTx, request, options: options);
}